Html Css Color HEX #C09D0D Buddha Gold

📋 copy color: '#C09D0D'

red 192 ◦ green 157 ◦ blue 13

#C09D0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C09D0D

Tints of Buddha Gold #C09D0D

RGB

 RED value IS 192 (75.39% from 255) = 53.04%

 GREEN value IS 157 (61.72% from 255) = 43.37%

 BLUE value IS 13 (5.47% from 255) = 3.59%

R = 53.04%
G = 43.37%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C09D0D (or 0xC09D0D) is known color: Buddha Gold. HEX triplet: C0, 9D and 0D. RGB value is (192,157,13). Sum of RGB (Red+Green+Blue) = 192+157+13=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09D0D is #3F62F2. Grayscale: #979797. Windows color (decimal): -4154099 or 892352. OLE color: 892352.

HSL color Cylindrical-coordinate representation of color #C09D0D: hue angle of 48.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C09D0D is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 157 13 -
CMYK 0 0.18 0.93 0.25
HSL 48.27º 0.87% 0.4% -
HSV(B) 48.27º 0.93% 0.75% -
XYZ 33.87 35.35 5.42 -
YUV 151.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 192 157 13 0 0.18 0.93 0.25 48.27 0.87 0.4
Hex C0 9D D 0 12 5D 19 30 57 28
Octal 300 235 15 0 22 135 31 60 127 50
Binary 11000000 10011101 1101 0 10010 1011101 11001 110000 1010111 101000

Color Harmonies of #C09D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D0D

Black with #C09D0D

Text Example


Text Example

White with #C09D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D0D; }

 p { color: rgb(192,157,13); }

 H1.HeaderClassName
 {
   color: #C09D0D;
 }
 .AnyTagClassName
 {
   color: #C09D0D;
 }
</style>

background-color css

<style>
 a { background-color: #C09D0D; }

 a { background-color: rgb(192,157,13); }

 div.DivClassName
 {
   background-color: #C09D0D;
 }
 .BgClassName
 {
   background-color: #C09D0D;
 }
</style>

border-color css

<style>
 span { border-color: #C09D0D; }

 span { border-color: rgb(192,157,13); }

 td.TdClassName
 {
   border-color: #C09D0D;
 }
 .TagClassName
 {
   border-color: #C09D0D;
 }
</style>