Html Css Color HEX #C09F1D Buddha Gold

📋 copy color: '#C09F1D'

red 192 ◦ green 159 ◦ blue 29

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

Shades of Buddha Gold #C09F1D

Tints of Buddha Gold #C09F1D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.84%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 50.53%
G = 41.84%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C09F1D (or 0xC09F1D) is known color: Buddha Gold. HEX triplet: C0, 9F and 1D. RGB value is (192,159,29). Sum of RGB (Red+Green+Blue) = 192+159+29=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F1D is #3F60E2. Grayscale: #9A9A9A. Windows color (decimal): -4153571 or 1941440. OLE color: 1941440.

HSL color Cylindrical-coordinate representation of color #C09F1D: hue angle of 47.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C09F1D is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 29 -
CMYK 0 0.17 0.85 0.25
HSL 47.85º 0.74% 0.43% -
HSV(B) 47.85º 0.85% 0.75% -
XYZ 34.36 36.09 6.32 -
YUV 154.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 192 159 29 0 0.17 0.85 0.25 47.85 0.74 0.43
Hex C0 9F 1D 0 11 55 19 30 4A 2B
Octal 300 237 35 0 21 125 31 60 112 53
Binary 11000000 10011111 11101 0 10001 1010101 11001 110000 1001010 101011

Color Harmonies of #C09F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F1D

Black with #C09F1D

Text Example


Text Example

White with #C09F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F1D; }

 p { color: rgb(192,159,29); }

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

background-color css

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

 a { background-color: rgb(192,159,29); }

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

border-color css

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

 span { border-color: rgb(192,159,29); }

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