Html Css Color HEX #C99808 Buddha Gold

📋 copy color: '#C99808'

red 201 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #C99808

Tints of Buddha Gold #C99808

RGB

 RED value IS 201 (78.91% from 255) = 55.68%

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 55.68%
G = 42.11%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C99808 (or 0xC99808) is known color: Buddha Gold. HEX triplet: C9, 98 and 08. RGB value is (201,152,8). Sum of RGB (Red+Green+Blue) = 201+152+8=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C99808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99808 is #3667F7. Grayscale: #969696. Windows color (decimal): -3565560 or 563401. OLE color: 563401.

HSL color Cylindrical-coordinate representation of color #C99808: hue angle of 44.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C99808 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 8 -
CMYK 0 0.24 0.96 0.21
HSL 44.77º 0.92% 0.41% -
HSV(B) 44.77º 0.96% 0.79% -
XYZ 35.36 34.89 5.1 -
YUV 150.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 201 152 8 0 0.24 0.96 0.21 44.77 0.92 0.41
Hex C9 98 8 0 18 60 15 2D 5C 29
Octal 311 230 10 0 30 140 25 55 134 51
Binary 11001001 10011000 1000 0 11000 1100000 10101 101101 1011100 101001

Color Harmonies of #C99808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99808

Black with #C99808

Text Example


Text Example

White with #C99808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99808; }

 p { color: rgb(201,152,8); }

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

background-color css

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

 a { background-color: rgb(201,152,8); }

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

border-color css

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

 span { border-color: rgb(201,152,8); }

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