Html Css Color HEX #CC920A Dark Goldenrod

📋 copy color: '#CC920A'

red 204 ◦ green 146 ◦ blue 10

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

Shades of Dark Goldenrod #CC920A

Tints of Dark Goldenrod #CC920A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 56.67%
G = 40.56%
B = 2.78%

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

#CC920A (or 0xCC920A) is known color: Dark Goldenrod. HEX triplet: CC, 92 and 0A. RGB value is (204,146,10). Sum of RGB (Red+Green+Blue) = 204+146+10=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC920A is #336DF5. Grayscale: #949494. Windows color (decimal): -3370486 or 692940. OLE color: 692940.

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

Color convert

RGB 204 146 10 -
CMYK 0 0.28 0.95 0.2
HSL 42.06º 0.91% 0.42% -
HSV(B) 42.06º 0.95% 0.8% -
XYZ 35.24 33.42 4.88 -
YUV 147.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 204 146 10 0 0.28 0.95 0.2 42.06 0.91 0.42
Hex CC 92 A 0 1C 5F 14 2A 5B 2A
Octal 314 222 12 0 34 137 24 52 133 52
Binary 11001100 10010010 1010 0 11100 1011111 10100 101010 1011011 101010

Color Harmonies of #CC920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC920A

Black with #CC920A

Text Example


Text Example

White with #CC920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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