Html Css Color HEX #CB9905 Buddha Gold

📋 copy color: '#CB9905'

red 203 ◦ green 153 ◦ blue 5

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

Shades of Buddha Gold #CB9905

Tints of Buddha Gold #CB9905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 56.23%
G = 42.38%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB9905 (or 0xCB9905) is known color: Buddha Gold. HEX triplet: CB, 99 and 05. RGB value is (203,153,5). Sum of RGB (Red+Green+Blue) = 203+153+5=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9905 is #3466FA. Grayscale: #979797. Windows color (decimal): -3434235 or 367051. OLE color: 367051.

HSL color Cylindrical-coordinate representation of color #CB9905: hue angle of 44.85º degrees, saturation: 0.95, 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 #CB9905 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 153 5 -
CMYK 0 0.25 0.98 0.20
HSL 44.85º 0.95% 0.41% -
HSV(B) 44.85º 0.98% 0.8% -
XYZ 36.05 35.49 5.09 -
YUV 151.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 203 153 5 0 0.25 0.98 0.20 44.85 0.95 0.41
Hex CB 99 5 0 19 62 14 2D 5F 29
Octal 313 231 5 0 31 142 24 55 137 51
Binary 11001011 10011001 101 0 11001 1100010 10100 101101 1011111 101001

Color Harmonies of #CB9905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9905

Black with #CB9905

Text Example


Text Example

White with #CB9905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9905; }

 p { color: rgb(203,153,5); }

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

background-color css

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

 a { background-color: rgb(203,153,5); }

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

border-color css

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

 span { border-color: rgb(203,153,5); }

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