Html Css Color HEX #C89A0D Buddha Gold

📋 copy color: '#C89A0D'

red 200 ◦ green 154 ◦ blue 13

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

Shades of Buddha Gold #C89A0D

Tints of Buddha Gold #C89A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 54.5%
G = 41.96%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C89A0D (or 0xC89A0D) is known color: Buddha Gold. HEX triplet: C8, 9A and 0D. RGB value is (200,154,13). Sum of RGB (Red+Green+Blue) = 200+154+13=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A0D is #3765F2. Grayscale: #989898. Windows color (decimal): -3630579 or 891592. OLE color: 891592.

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

Color convert

RGB 200 154 13 -
CMYK 0 0.23 0.94 0.22
HSL 45.24º 0.88% 0.42% -
HSV(B) 45.24º 0.94% 0.78% -
XYZ 35.45 35.42 5.35 -
YUV 151.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 200 154 13 0 0.23 0.94 0.22 45.24 0.88 0.42
Hex C8 9A D 0 17 5E 16 2D 58 2A
Octal 310 232 15 0 27 136 26 55 130 52
Binary 11001000 10011010 1101 0 10111 1011110 10110 101101 1011000 101010

Color Harmonies of #C89A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89A0D

Black with #C89A0D

Text Example


Text Example

White with #C89A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89A0D; }

 p { color: rgb(200,154,13); }

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

background-color css

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

 a { background-color: rgb(200,154,13); }

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

border-color css

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

 span { border-color: rgb(200,154,13); }

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