Html Css Color HEX #C89714 Buddha Gold

📋 copy color: '#C89714'

red 200 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #C89714

Tints of Buddha Gold #C89714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 53.91%
G = 40.7%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C89714 (or 0xC89714) is known color: Buddha Gold. HEX triplet: C8, 97 and 14. RGB value is (200,151,20). Sum of RGB (Red+Green+Blue) = 200+151+20=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89714 is #3768EB. Grayscale: #979797. Windows color (decimal): -3631340 or 1349576. OLE color: 1349576.

HSL color Cylindrical-coordinate representation of color #C89714: hue angle of 43.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89714 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 151 20 -
CMYK 0 0.24 0.9 0.22
HSL 43.67º 0.82% 0.43% -
HSV(B) 43.67º 0.9% 0.78% -
XYZ 35.01 34.46 5.47 -
YUV 150.72 54.23 163.15 -
System Red Green Blue C M Y K H S L
Decimal 200 151 20 0 0.24 0.9 0.22 43.67 0.82 0.43
Hex C8 97 14 0 18 5A 16 2C 52 2B
Octal 310 227 24 0 30 132 26 54 122 53
Binary 11001000 10010111 10100 0 11000 1011010 10110 101100 1010010 101011

Color Harmonies of #C89714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89714

Black with #C89714

Text Example


Text Example

White with #C89714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89714; }

 p { color: rgb(200,151,20); }

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

background-color css

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

 a { background-color: rgb(200,151,20); }

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

border-color css

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

 span { border-color: rgb(200,151,20); }

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