Html Css Color HEX #C89B18 Buddha Gold

📋 copy color: '#C89B18'

red 200 ◦ green 155 ◦ blue 24

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

Shades of Buddha Gold #C89B18

Tints of Buddha Gold #C89B18

RGB

 RED value IS 200 (78.52% from 255) = 52.77%

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

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

R = 52.77%
G = 40.9%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89B18 (or 0xC89B18) is known color: Buddha Gold. HEX triplet: C8, 9B and 18. RGB value is (200,155,24). Sum of RGB (Red+Green+Blue) = 200+155+24=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B18 is #3764E7. Grayscale: #9A9A9A. Windows color (decimal): -3630312 or 1612744. OLE color: 1612744.

HSL color Cylindrical-coordinate representation of color #C89B18: hue angle of 44.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C89B18 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 155 24 -
CMYK 0 0.22 0.88 0.22
HSL 44.66º 0.79% 0.44% -
HSV(B) 44.66º 0.88% 0.78% -
XYZ 35.71 35.79 5.89 -
YUV 153.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 200 155 24 0 0.22 0.88 0.22 44.66 0.79 0.44
Hex C8 9B 18 0 16 58 16 2D 4F 2C
Octal 310 233 30 0 26 130 26 55 117 54
Binary 11001000 10011011 11000 0 10110 1011000 10110 101101 1001111 101100

Color Harmonies of #C89B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B18

Black with #C89B18

Text Example


Text Example

White with #C89B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B18; }

 p { color: rgb(200,155,24); }

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

background-color css

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

 a { background-color: rgb(200,155,24); }

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

border-color css

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

 span { border-color: rgb(200,155,24); }

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