Html Css Color HEX #CB9F02 Buddha Gold

📋 copy color: '#CB9F02'

red 203 ◦ green 159 ◦ blue 2

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

Shades of Buddha Gold #CB9F02

Tints of Buddha Gold #CB9F02

RGB

 RED value IS 203 (79.69% from 255) = 55.77%

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

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

R = 55.77%
G = 43.68%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB9F02 (or 0xCB9F02) is known color: Buddha Gold. HEX triplet: CB, 9F and 02. RGB value is (203,159,2). Sum of RGB (Red+Green+Blue) = 203+159+2=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F02 is #3460FD. Grayscale: #9A9A9A. Windows color (decimal): -3432702 or 171979. OLE color: 171979.

HSL color Cylindrical-coordinate representation of color #CB9F02: hue angle of 46.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9F02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 159 2 -
CMYK 0 0.22 0.99 0.20
HSL 46.87º 0.98% 0.4% -
HSV(B) 46.87º 0.99% 0.8% -
XYZ 37.04 37.5 5.34 -
YUV 154.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 203 159 2 0 0.22 0.99 0.20 46.87 0.98 0.4
Hex CB 9F 2 0 16 63 14 2F 62 28
Octal 313 237 2 0 26 143 24 57 142 50
Binary 11001011 10011111 10 0 10110 1100011 10100 101111 1100010 101000

Color Harmonies of #CB9F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F02

Black with #CB9F02

Text Example


Text Example

White with #CB9F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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