Html Css Color HEX #CB9019 Buddha Gold

📋 copy color: '#CB9019'

red 203 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #CB9019

Tints of Buddha Gold #CB9019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

 BLUE value IS 25 (10.16% from 255) = 6.72%

R = 54.57%
G = 38.71%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB9019 (or 0xCB9019) is known color: Buddha Gold. HEX triplet: CB, 90 and 19. RGB value is (203,144,25). Sum of RGB (Red+Green+Blue) = 203+144+25=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9019 is #346FE6. Grayscale: #949494. Windows color (decimal): -3436519 or 1675467. OLE color: 1675467.

HSL color Cylindrical-coordinate representation of color #CB9019: hue angle of 40.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB9019 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 25 -
CMYK 0 0.29 0.88 0.20
HSL 40.11º 0.78% 0.45% -
HSV(B) 40.11º 0.88% 0.8% -
XYZ 34.78 32.71 5.4 -
YUV 148.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 203 144 25 0 0.29 0.88 0.20 40.11 0.78 0.45
Hex CB 90 19 0 1D 58 14 28 4E 2D
Octal 313 220 31 0 35 130 24 50 116 55
Binary 11001011 10010000 11001 0 11101 1011000 10100 101000 1001110 101101

Color Harmonies of #CB9019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9019

Black with #CB9019

Text Example


Text Example

White with #CB9019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9019; }

 p { color: rgb(203,144,25); }

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

background-color css

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

 a { background-color: rgb(203,144,25); }

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

border-color css

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

 span { border-color: rgb(203,144,25); }

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