Html Css Color HEX #CB9F04 Buddha Gold

📋 copy color: '#CB9F04'

red 203 ◦ green 159 ◦ blue 4

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

Shades of Buddha Gold #CB9F04

Tints of Buddha Gold #CB9F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 55.46%
G = 43.44%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB9F04 (or 0xCB9F04) is known color: Buddha Gold. HEX triplet: CB, 9F and 04. RGB value is (203,159,4). Sum of RGB (Red+Green+Blue) = 203+159+4=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9F04 is #3460FB. Grayscale: #9B9B9B. Windows color (decimal): -3432700 or 303051. OLE color: 303051.

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

Color convert

RGB 203 159 4 -
CMYK 0 0.22 0.98 0.20
HSL 46.73º 0.96% 0.41% -
HSV(B) 46.73º 0.98% 0.8% -
XYZ 37.05 37.5 5.4 -
YUV 154.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 203 159 4 0 0.22 0.98 0.20 46.73 0.96 0.41
Hex CB 9F 4 0 16 62 14 2F 60 29
Octal 313 237 4 0 26 142 24 57 140 51
Binary 11001011 10011111 100 0 10110 1100010 10100 101111 1100000 101001

Color Harmonies of #CB9F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F04

Black with #CB9F04

Text Example


Text Example

White with #CB9F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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