Html Css Color HEX #CB9018 Buddha Gold

📋 copy color: '#CB9018'

red 203 ◦ green 144 ◦ blue 24

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

Shades of Buddha Gold #CB9018

Tints of Buddha Gold #CB9018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 54.72%
G = 38.81%
B = 6.47%

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

#CB9018 (or 0xCB9018) is known color: Buddha Gold. HEX triplet: CB, 90 and 18. RGB value is (203,144,24). Sum of RGB (Red+Green+Blue) = 203+144+24=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9018 is #346FE7. Grayscale: #949494. Windows color (decimal): -3436520 or 1609931. OLE color: 1609931.

HSL color Cylindrical-coordinate representation of color #CB9018: hue angle of 40.22º degrees, saturation: 0.79, 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 #CB9018 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 24 -
CMYK 0 0.29 0.88 0.20
HSL 40.22º 0.79% 0.45% -
HSV(B) 40.22º 0.88% 0.8% -
XYZ 34.77 32.71 5.35 -
YUV 147.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 203 144 24 0 0.29 0.88 0.20 40.22 0.79 0.45
Hex CB 90 18 0 1D 58 14 28 4F 2D
Octal 313 220 30 0 35 130 24 50 117 55
Binary 11001011 10010000 11000 0 11101 1011000 10100 101000 1001111 101101

Color Harmonies of #CB9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9018

Black with #CB9018

Text Example


Text Example

White with #CB9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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