Html Css Color HEX #C89015 Buddha Gold

📋 copy color: '#C89015'

red 200 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #C89015

Tints of Buddha Gold #C89015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 54.79%
G = 39.45%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89015 (or 0xC89015) is known color: Buddha Gold. HEX triplet: C8, 90 and 15. RGB value is (200,144,21). Sum of RGB (Red+Green+Blue) = 200+144+21=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C89015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89015 is #376FEA. Grayscale: #939393. Windows color (decimal): -3633131 or 1413320. OLE color: 1413320.

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

Color convert

RGB 200 144 21 -
CMYK 0 0.28 0.90 0.22
HSL 41.23º 0.81% 0.43% -
HSV(B) 41.23º 0.9% 0.78% -
XYZ 33.93 32.28 5.15 -
YUV 146.72 57.05 166 -
System Red Green Blue C M Y K H S L
Decimal 200 144 21 0 0.28 0.90 0.22 41.23 0.81 0.43
Hex C8 90 15 0 1C 5A 16 29 51 2B
Octal 310 220 25 0 34 132 26 51 121 53
Binary 11001000 10010000 10101 0 11100 1011010 10110 101001 1010001 101011

Color Harmonies of #C89015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89015

Black with #C89015

Text Example


Text Example

White with #C89015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89015; }

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

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

background-color css

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

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

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

border-color css

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

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

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