Html Css Color HEX #CC920B Dark Goldenrod

📋 copy color: '#CC920B'

red 204 ◦ green 146 ◦ blue 11

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

Shades of Dark Goldenrod #CC920B

Tints of Dark Goldenrod #CC920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 56.51%
G = 40.44%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC920B (or 0xCC920B) is known color: Dark Goldenrod. HEX triplet: CC, 92 and 0B. RGB value is (204,146,11). Sum of RGB (Red+Green+Blue) = 204+146+11=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC920B is #336DF4. Grayscale: #949494. Windows color (decimal): -3370485 or 758476. OLE color: 758476.

HSL color Cylindrical-coordinate representation of color #CC920B: hue angle of 41.97º 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 #CC920B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 146 11 -
CMYK 0 0.28 0.95 0.2
HSL 41.97º 0.9% 0.42% -
HSV(B) 41.97º 0.95% 0.8% -
XYZ 35.24 33.42 4.91 -
YUV 147.95 50.72 167.98 -
System Red Green Blue C M Y K H S L
Decimal 204 146 11 0 0.28 0.95 0.2 41.97 0.9 0.42
Hex CC 92 B 0 1C 5F 14 2A 5A 2A
Octal 314 222 13 0 34 137 24 52 132 52
Binary 11001100 10010010 1011 0 11100 1011111 10100 101010 1011010 101010

Color Harmonies of #CC920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC920B

Black with #CC920B

Text Example


Text Example

White with #CC920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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