Html Css Color HEX #CC920D Dark Goldenrod

📋 copy color: '#CC920D'

red 204 ◦ green 146 ◦ blue 13

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

Shades of Dark Goldenrod #CC920D

Tints of Dark Goldenrod #CC920D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 56.2%
G = 40.22%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC920D (or 0xCC920D) is known color: Dark Goldenrod. HEX triplet: CC, 92 and 0D. RGB value is (204,146,13). Sum of RGB (Red+Green+Blue) = 204+146+13=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC920D is #336DF2. Grayscale: #949494. Windows color (decimal): -3370483 or 889548. OLE color: 889548.

HSL color Cylindrical-coordinate representation of color #CC920D: hue angle of 41.78º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC920D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 146 13 -
CMYK 0 0.28 0.94 0.2
HSL 41.78º 0.88% 0.43% -
HSV(B) 41.78º 0.94% 0.8% -
XYZ 35.25 33.42 4.97 -
YUV 148.18 51.72 167.81 -
System Red Green Blue C M Y K H S L
Decimal 204 146 13 0 0.28 0.94 0.2 41.78 0.88 0.43
Hex CC 92 D 0 1C 5E 14 2A 58 2B
Octal 314 222 15 0 34 136 24 52 130 53
Binary 11001100 10010010 1101 0 11100 1011110 10100 101010 1011000 101011

Color Harmonies of #CC920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC920D

Black with #CC920D

Text Example


Text Example

White with #CC920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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