Html Css Color HEX #C89912 Buddha Gold

📋 copy color: '#C89912'

red 200 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #C89912

Tints of Buddha Gold #C89912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 53.91%
G = 41.24%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C89912 (or 0xC89912) is known color: Buddha Gold. HEX triplet: C8, 99 and 12. RGB value is (200,153,18). Sum of RGB (Red+Green+Blue) = 200+153+18=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89912 is #3766ED. Grayscale: #989898. Windows color (decimal): -3630830 or 1219016. OLE color: 1219016.

HSL color Cylindrical-coordinate representation of color #C89912: hue angle of 44.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C89912 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 18 -
CMYK 0 0.24 0.91 0.22
HSL 44.51º 0.83% 0.43% -
HSV(B) 44.51º 0.91% 0.78% -
XYZ 35.32 35.11 5.49 -
YUV 151.66 52.57 162.48 -
System Red Green Blue C M Y K H S L
Decimal 200 153 18 0 0.24 0.91 0.22 44.51 0.83 0.43
Hex C8 99 12 0 18 5B 16 2D 53 2B
Octal 310 231 22 0 30 133 26 55 123 53
Binary 11001000 10011001 10010 0 11000 1011011 10110 101101 1010011 101011

Color Harmonies of #C89912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89912

Black with #C89912

Text Example


Text Example

White with #C89912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89912; }

 p { color: rgb(200,153,18); }

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

background-color css

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

 a { background-color: rgb(200,153,18); }

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

border-color css

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

 span { border-color: rgb(200,153,18); }

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