Html Css Color HEX #C89018 Buddha Gold

📋 copy color: '#C89018'

red 200 ◦ green 144 ◦ blue 24

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

Shades of Buddha Gold #C89018

Tints of Buddha Gold #C89018

RGB

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

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

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

R = 54.35%
G = 39.13%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89018 (or 0xC89018) is known color: Buddha Gold. HEX triplet: C8, 90 and 18. RGB value is (200,144,24). Sum of RGB (Red+Green+Blue) = 200+144+24=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89018 is #376FE7. Grayscale: #939393. Windows color (decimal): -3633128 or 1609928. OLE color: 1609928.

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

Color convert

RGB 200 144 24 -
CMYK 0 0.28 0.88 0.22
HSL 40.91º 0.79% 0.44% -
HSV(B) 40.91º 0.88% 0.78% -
XYZ 33.96 32.29 5.31 -
YUV 147.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 200 144 24 0 0.28 0.88 0.22 40.91 0.79 0.44
Hex C8 90 18 0 1C 58 16 29 4F 2C
Octal 310 220 30 0 34 130 26 51 117 54
Binary 11001000 10010000 11000 0 11100 1011000 10110 101001 1001111 101100

Color Harmonies of #C89018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89018

Black with #C89018

Text Example


Text Example

White with #C89018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89018; }

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

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

background-color css

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

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

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

border-color css

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

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

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