Html Css Color HEX #C89014 Buddha Gold

📋 copy color: '#C89014'

red 200 ◦ green 144 ◦ blue 20

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

Shades of Buddha Gold #C89014

Tints of Buddha Gold #C89014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 54.95%
G = 39.56%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C89014 (or 0xC89014) is known color: Buddha Gold. HEX triplet: C8, 90 and 14. RGB value is (200,144,20). Sum of RGB (Red+Green+Blue) = 200+144+20=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C89014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89014 is #376FEB. Grayscale: #939393. Windows color (decimal): -3633132 or 1347784. OLE color: 1347784.

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

Color convert

RGB 200 144 20 -
CMYK 0 0.28 0.9 0.22
HSL 41.33º 0.82% 0.43% -
HSV(B) 41.33º 0.9% 0.78% -
XYZ 33.92 32.28 5.1 -
YUV 146.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 200 144 20 0 0.28 0.9 0.22 41.33 0.82 0.43
Hex C8 90 14 0 1C 5A 16 29 52 2B
Octal 310 220 24 0 34 132 26 51 122 53
Binary 11001000 10010000 10100 0 11100 1011010 10110 101001 1010010 101011

Color Harmonies of #C89014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89014

Black with #C89014

Text Example


Text Example

White with #C89014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89014; }

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

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

background-color css

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

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

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

border-color css

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

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

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