Html Css Color HEX #C89D1D Buddha Gold

📋 copy color: '#C89D1D'

red 200 ◦ green 157 ◦ blue 29

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

Shades of Buddha Gold #C89D1D

Tints of Buddha Gold #C89D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

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

R = 51.81%
G = 40.67%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C89D1D (or 0xC89D1D) is known color: Buddha Gold. HEX triplet: C8, 9D and 1D. RGB value is (200,157,29). Sum of RGB (Red+Green+Blue) = 200+157+29=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D1D is #3762E2. Grayscale: #9B9B9B. Windows color (decimal): -3629795 or 1940936. OLE color: 1940936.

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

Color convert

RGB 200 157 29 -
CMYK 0 0.22 0.86 0.22
HSL 44.91º 0.75% 0.45% -
HSV(B) 44.91º 0.86% 0.78% -
XYZ 36.1 36.48 6.3 -
YUV 155.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 200 157 29 0 0.22 0.86 0.22 44.91 0.75 0.45
Hex C8 9D 1D 0 16 56 16 2D 4B 2D
Octal 310 235 35 0 26 126 26 55 113 55
Binary 11001000 10011101 11101 0 10110 1010110 10110 101101 1001011 101101

Color Harmonies of #C89D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89D1D

Black with #C89D1D

Text Example


Text Example

White with #C89D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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