Html Css Color HEX #CB9F08 Buddha Gold

📋 copy color: '#CB9F08'

red 203 ◦ green 159 ◦ blue 8

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

Shades of Buddha Gold #CB9F08

Tints of Buddha Gold #CB9F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 54.86%
G = 42.97%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB9F08 (or 0xCB9F08) is known color: Buddha Gold. HEX triplet: CB, 9F and 08. RGB value is (203,159,8). Sum of RGB (Red+Green+Blue) = 203+159+8=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F08 is #3460F7. Grayscale: #9B9B9B. Windows color (decimal): -3432696 or 565195. OLE color: 565195.

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

Color convert

RGB 203 159 8 -
CMYK 0 0.22 0.96 0.20
HSL 46.46º 0.92% 0.41% -
HSV(B) 46.46º 0.96% 0.8% -
XYZ 37.07 37.51 5.52 -
YUV 154.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 203 159 8 0 0.22 0.96 0.20 46.46 0.92 0.41
Hex CB 9F 8 0 16 60 14 2E 5C 29
Octal 313 237 10 0 26 140 24 56 134 51
Binary 11001011 10011111 1000 0 10110 1100000 10100 101110 1011100 101001

Color Harmonies of #CB9F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F08

Black with #CB9F08

Text Example


Text Example

White with #CB9F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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