Html Css Color HEX #C89B22 Buddha Gold

📋 copy color: '#C89B22'

red 200 ◦ green 155 ◦ blue 34

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

Shades of Buddha Gold #C89B22

Tints of Buddha Gold #C89B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.74%

R = 51.41%
G = 39.85%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C89B22 (or 0xC89B22) is known color: Buddha Gold. HEX triplet: C8, 9B and 22. RGB value is (200,155,34). Sum of RGB (Red+Green+Blue) = 200+155+34=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B22 is #3764DD. Grayscale: #9B9B9B. Windows color (decimal): -3630302 or 2268104. OLE color: 2268104.

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

Color convert

RGB 200 155 34 -
CMYK 0 0.22 0.83 0.22
HSL 43.73º 0.71% 0.46% -
HSV(B) 43.73º 0.83% 0.78% -
XYZ 35.83 35.84 6.54 -
YUV 154.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 200 155 34 0 0.22 0.83 0.22 43.73 0.71 0.46
Hex C8 9B 22 0 16 53 16 2C 47 2E
Octal 310 233 42 0 26 123 26 54 107 56
Binary 11001000 10011011 100010 0 10110 1010011 10110 101100 1000111 101110

Color Harmonies of #C89B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B22

Black with #C89B22

Text Example


Text Example

White with #C89B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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