Html Css Color HEX #C09F02 Buddha Gold

📋 copy color: '#C09F02'

red 192 ◦ green 159 ◦ blue 2

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

Shades of Buddha Gold #C09F02

Tints of Buddha Gold #C09F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 54.39%
G = 45.04%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09F02 (or 0xC09F02) is known color: Buddha Gold. HEX triplet: C0, 9F and 02. RGB value is (192,159,2). Sum of RGB (Red+Green+Blue) = 192+159+2=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09F02 is #3F60FD. Grayscale: #979797. Windows color (decimal): -4153598 or 171968. OLE color: 171968.

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

Color convert

RGB 192 159 2 -
CMYK 0 0.17 0.99 0.25
HSL 49.58º 0.98% 0.38% -
HSV(B) 49.58º 0.99% 0.75% -
XYZ 34.15 36.01 5.21 -
YUV 150.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 192 159 2 0 0.17 0.99 0.25 49.58 0.98 0.38
Hex C0 9F 2 0 11 63 19 32 62 26
Octal 300 237 2 0 21 143 31 62 142 46
Binary 11000000 10011111 10 0 10001 1100011 11001 110010 1100010 100110

Color Harmonies of #C09F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F02

Black with #C09F02

Text Example


Text Example

White with #C09F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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