Html Css Color HEX #C89B1E Buddha Gold

📋 copy color: '#C89B1E'

red 200 ◦ green 155 ◦ blue 30

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

Shades of Buddha Gold #C89B1E

Tints of Buddha Gold #C89B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 51.95%
G = 40.26%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C89B1E (or 0xC89B1E) is known color: Buddha Gold. HEX triplet: C8, 9B and 1E. RGB value is (200,155,30). Sum of RGB (Red+Green+Blue) = 200+155+30=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B1E is #3764E1. Grayscale: #9A9A9A. Windows color (decimal): -3630306 or 2005960. OLE color: 2005960.

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

Color convert

RGB 200 155 30 -
CMYK 0 0.22 0.85 0.22
HSL 44.12º 0.74% 0.45% -
HSV(B) 44.12º 0.85% 0.78% -
XYZ 35.78 35.82 6.26 -
YUV 154.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 200 155 30 0 0.22 0.85 0.22 44.12 0.74 0.45
Hex C8 9B 1E 0 16 55 16 2C 4A 2D
Octal 310 233 36 0 26 125 26 54 112 55
Binary 11001000 10011011 11110 0 10110 1010101 10110 101100 1001010 101101

Color Harmonies of #C89B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B1E

Black with #C89B1E

Text Example


Text Example

White with #C89B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B1E; }

 p { color: rgb(200,155,30); }

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

background-color css

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

 a { background-color: rgb(200,155,30); }

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

border-color css

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

 span { border-color: rgb(200,155,30); }

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