Html Css Color HEX #C89017 Buddha Gold

📋 copy color: '#C89017'

red 200 ◦ green 144 ◦ blue 23

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

Shades of Buddha Gold #C89017

Tints of Buddha Gold #C89017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.27%

R = 54.5%
G = 39.24%
B = 6.27%

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

#C89017 (or 0xC89017) is known color: Buddha Gold. HEX triplet: C8, 90 and 17. RGB value is (200,144,23). Sum of RGB (Red+Green+Blue) = 200+144+23=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C89017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89017 is #376FE8. Grayscale: #939393. Windows color (decimal): -3633129 or 1544392. OLE color: 1544392.

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

Color convert

RGB 200 144 23 -
CMYK 0 0.28 0.88 0.22
HSL 41.02º 0.79% 0.44% -
HSV(B) 41.02º 0.89% 0.78% -
XYZ 33.95 32.29 5.25 -
YUV 146.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 200 144 23 0 0.28 0.88 0.22 41.02 0.79 0.44
Hex C8 90 17 0 1C 58 16 29 4F 2C
Octal 310 220 27 0 34 130 26 51 117 54
Binary 11001000 10010000 10111 0 11100 1011000 10110 101001 1001111 101100

Color Harmonies of #C89017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89017

Black with #C89017

Text Example


Text Example

White with #C89017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89017; }

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

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

background-color css

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

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

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

border-color css

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

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

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