Html Css Color HEX #CB9418 Buddha Gold

📋 copy color: '#CB9418'

red 203 ◦ green 148 ◦ blue 24

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

Shades of Buddha Gold #CB9418

Tints of Buddha Gold #CB9418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

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

R = 54.13%
G = 39.47%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB9418 (or 0xCB9418) is known color: Buddha Gold. HEX triplet: CB, 94 and 18. RGB value is (203,148,24). Sum of RGB (Red+Green+Blue) = 203+148+24=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9418 is #346BE7. Grayscale: #969696. Windows color (decimal): -3435496 or 1610955. OLE color: 1610955.

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

Color convert

RGB 203 148 24 -
CMYK 0 0.27 0.88 0.20
HSL 41.56º 0.79% 0.45% -
HSV(B) 41.56º 0.88% 0.8% -
XYZ 35.38 33.94 5.55 -
YUV 150.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 203 148 24 0 0.27 0.88 0.20 41.56 0.79 0.45
Hex CB 94 18 0 1B 58 14 2A 4F 2D
Octal 313 224 30 0 33 130 24 52 117 55
Binary 11001011 10010100 11000 0 11011 1011000 10100 101010 1001111 101101

Color Harmonies of #CB9418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9418

Black with #CB9418

Text Example


Text Example

White with #CB9418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9418; }

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

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

background-color css

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

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

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

border-color css

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

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

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