Html Css Color HEX #C89F1D Buddha Gold

📋 copy color: '#C89F1D'

red 200 ◦ green 159 ◦ blue 29

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

Shades of Buddha Gold #C89F1D

Tints of Buddha Gold #C89F1D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 51.55%
G = 40.98%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C89F1D (or 0xC89F1D) is known color: Buddha Gold. HEX triplet: C8, 9F and 1D. RGB value is (200,159,29). Sum of RGB (Red+Green+Blue) = 200+159+29=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F1D is #3760E2. Grayscale: #9D9D9D. Windows color (decimal): -3629283 or 1941448. OLE color: 1941448.

HSL color Cylindrical-coordinate representation of color #C89F1D: hue angle of 45.61º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C89F1D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 29 -
CMYK 0 0.20 0.86 0.22
HSL 45.61º 0.75% 0.45% -
HSV(B) 45.61º 0.86% 0.78% -
XYZ 36.44 37.16 6.42 -
YUV 156.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 200 159 29 0 0.20 0.86 0.22 45.61 0.75 0.45
Hex C8 9F 1D 0 14 56 16 2E 4B 2D
Octal 310 237 35 0 24 126 26 56 113 55
Binary 11001000 10011111 11101 0 10100 1010110 10110 101110 1001011 101101

Color Harmonies of #C89F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F1D

Black with #C89F1D

Text Example


Text Example

White with #C89F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F1D; }

 p { color: rgb(200,159,29); }

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

background-color css

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

 a { background-color: rgb(200,159,29); }

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

border-color css

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

 span { border-color: rgb(200,159,29); }

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