Html Css Color HEX #C99B00 Dark Goldenrod

📋 copy color: '#C99B00'

red 201 ◦ green 155 ◦ blue 0

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

Shades of Dark Goldenrod #C99B00

Tints of Dark Goldenrod #C99B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.46%
G = 43.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C99B00 (or 0xC99B00) is known color: Dark Goldenrod. HEX triplet: C9, 9B and 00. RGB value is (201,155,0). Sum of RGB (Red+Green+Blue) = 201+155+0=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99B00 is #3664FF. Grayscale: #979797. Windows color (decimal): -3564800 or 39881. OLE color: 39881.

HSL color Cylindrical-coordinate representation of color #C99B00: hue angle of 46.27º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99B00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 155 0 -
CMYK 0 0.23 1 0.21
HSL 46.27º 1% 0.39% -
HSV(B) 46.27º 1% 0.79% -
XYZ 35.81 35.86 5.03 -
YUV 151.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 201 155 0 0 0.23 1 0.21 46.27 1 0.39
Hex C9 9B 0 0 17 64 15 2E 64 27
Octal 311 233 0 0 27 144 25 56 144 47
Binary 11001001 10011011 0 0 10111 1100100 10101 101110 1100100 100111

Color Harmonies of #C99B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B00

Black with #C99B00

Text Example


Text Example

White with #C99B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B00; }

 p { color: rgb(201,155,0); }

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

background-color css

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

 a { background-color: rgb(201,155,0); }

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

border-color css

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

 span { border-color: rgb(201,155,0); }

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