Html Css Color HEX #CC930B Dark Goldenrod

📋 copy color: '#CC930B'

red 204 ◦ green 147 ◦ blue 11

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

Shades of Dark Goldenrod #CC930B

Tints of Dark Goldenrod #CC930B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 56.35%
G = 40.61%
B = 3.04%

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

#CC930B (or 0xCC930B) is known color: Dark Goldenrod. HEX triplet: CC, 93 and 0B. RGB value is (204,147,11). Sum of RGB (Red+Green+Blue) = 204+147+11=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC930B is #336CF4. Grayscale: #959595. Windows color (decimal): -3370229 or 758732. OLE color: 758732.

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

Color convert

RGB 204 147 11 -
CMYK 0 0.28 0.95 0.2
HSL 42.28º 0.9% 0.42% -
HSV(B) 42.28º 0.95% 0.8% -
XYZ 35.4 33.73 4.96 -
YUV 148.54 50.38 167.56 -
System Red Green Blue C M Y K H S L
Decimal 204 147 11 0 0.28 0.95 0.2 42.28 0.9 0.42
Hex CC 93 B 0 1C 5F 14 2A 5A 2A
Octal 314 223 13 0 34 137 24 52 132 52
Binary 11001100 10010011 1011 0 11100 1011111 10100 101010 1011010 101010

Color Harmonies of #CC930B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC930B

Black with #CC930B

Text Example


Text Example

White with #CC930B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC930B; }

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

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

background-color css

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

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

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

border-color css

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

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

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