Html Css Color HEX #CC940A Dark Goldenrod

📋 copy color: '#CC940A'

red 204 ◦ green 148 ◦ blue 10

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

Shades of Dark Goldenrod #CC940A

Tints of Dark Goldenrod #CC940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.88%

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

R = 56.35%
G = 40.88%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC940A (or 0xCC940A) is known color: Dark Goldenrod. HEX triplet: CC, 94 and 0A. RGB value is (204,148,10). Sum of RGB (Red+Green+Blue) = 204+148+10=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC940A is #336BF5. Grayscale: #959595. Windows color (decimal): -3369974 or 693452. OLE color: 693452.

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

Color convert

RGB 204 148 10 -
CMYK 0 0.27 0.95 0.2
HSL 42.68º 0.91% 0.42% -
HSV(B) 42.68º 0.95% 0.8% -
XYZ 35.55 34.04 4.98 -
YUV 149.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 204 148 10 0 0.27 0.95 0.2 42.68 0.91 0.42
Hex CC 94 A 0 1B 5F 14 2B 5B 2A
Octal 314 224 12 0 33 137 24 53 133 52
Binary 11001100 10010100 1010 0 11011 1011111 10100 101011 1011011 101010

Color Harmonies of #CC940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC940A

Black with #CC940A

Text Example


Text Example

White with #CC940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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