Html Css Color HEX #CC910B Dark Goldenrod

📋 copy color: '#CC910B'

red 204 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #CC910B

Tints of Dark Goldenrod #CC910B

RGB

 RED value IS 204 (80.08% from 255) = 56.67%

 GREEN value IS 145 (57.03% from 255) = 40.28%

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 56.67%
G = 40.28%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC910B (or 0xCC910B) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 0B. RGB value is (204,145,11). Sum of RGB (Red+Green+Blue) = 204+145+11=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC910B is #336EF4. Grayscale: #939393. Windows color (decimal): -3370741 or 758220. OLE color: 758220.

HSL color Cylindrical-coordinate representation of color #CC910B: hue angle of 41.66º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC910B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 145 11 -
CMYK 0 0.29 0.95 0.2
HSL 41.66º 0.9% 0.42% -
HSV(B) 41.66º 0.95% 0.8% -
XYZ 35.09 33.11 4.86 -
YUV 147.37 51.05 168.4 -
System Red Green Blue C M Y K H S L
Decimal 204 145 11 0 0.29 0.95 0.2 41.66 0.9 0.42
Hex CC 91 B 0 1D 5F 14 2A 5A 2A
Octal 314 221 13 0 35 137 24 52 132 52
Binary 11001100 10010001 1011 0 11101 1011111 10100 101010 1011010 101010

Color Harmonies of #CC910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC910B

Black with #CC910B

Text Example


Text Example

White with #CC910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC910B; }

 p { color: rgb(204,145,11); }

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

background-color css

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

 a { background-color: rgb(204,145,11); }

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

border-color css

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

 span { border-color: rgb(204,145,11); }

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