Html Css Color HEX #C89417 Buddha Gold

📋 copy color: '#C89417'

red 200 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #C89417

Tints of Buddha Gold #C89417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 53.91%
G = 39.89%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89417 (or 0xC89417) is known color: Buddha Gold. HEX triplet: C8, 94 and 17. RGB value is (200,148,23). Sum of RGB (Red+Green+Blue) = 200+148+23=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89417 is #376BE8. Grayscale: #959595. Windows color (decimal): -3632105 or 1545416. OLE color: 1545416.

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

Color convert

RGB 200 148 23 -
CMYK 0 0.26 0.88 0.22
HSL 42.37º 0.79% 0.44% -
HSV(B) 42.37º 0.89% 0.78% -
XYZ 34.56 33.52 5.46 -
YUV 149.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 200 148 23 0 0.26 0.88 0.22 42.37 0.79 0.44
Hex C8 94 17 0 1A 58 16 2A 4F 2C
Octal 310 224 27 0 32 130 26 52 117 54
Binary 11001000 10010100 10111 0 11010 1011000 10110 101010 1001111 101100

Color Harmonies of #C89417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89417

Black with #C89417

Text Example


Text Example

White with #C89417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89417; }

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

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

background-color css

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

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

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

border-color css

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

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

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