Html Css Color HEX #CB9B02 Buddha Gold

📋 copy color: '#CB9B02'

red 203 ◦ green 155 ◦ blue 2

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

Shades of Buddha Gold #CB9B02

Tints of Buddha Gold #CB9B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

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

R = 56.39%
G = 43.06%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB9B02 (or 0xCB9B02) is known color: Buddha Gold. HEX triplet: CB, 9B and 02. RGB value is (203,155,2). Sum of RGB (Red+Green+Blue) = 203+155+2=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9B02 is #3464FD. Grayscale: #989898. Windows color (decimal): -3433726 or 170955. OLE color: 170955.

HSL color Cylindrical-coordinate representation of color #CB9B02: hue angle of 45.67º 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 #CB9B02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 155 2 -
CMYK 0 0.24 0.99 0.20
HSL 45.67º 0.98% 0.4% -
HSV(B) 45.67º 0.99% 0.8% -
XYZ 36.36 36.14 5.12 -
YUV 151.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 203 155 2 0 0.24 0.99 0.20 45.67 0.98 0.4
Hex CB 9B 2 0 18 63 14 2E 62 28
Octal 313 233 2 0 30 143 24 56 142 50
Binary 11001011 10011011 10 0 11000 1100011 10100 101110 1100010 101000

Color Harmonies of #CB9B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B02

Black with #CB9B02

Text Example


Text Example

White with #CB9B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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