Html Css Color HEX #CC830D Dark Goldenrod

📋 copy color: '#CC830D'

red 204 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #CC830D

Tints of Dark Goldenrod #CC830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

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

R = 58.62%
G = 37.64%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC830D (or 0xCC830D) is known color: Dark Goldenrod. HEX triplet: CC, 83 and 0D. RGB value is (204,131,13). Sum of RGB (Red+Green+Blue) = 204+131+13=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC830D is #337CF2. Grayscale: #8B8B8B. Windows color (decimal): -3374323 or 885708. OLE color: 885708.

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

Color convert

RGB 204 131 13 -
CMYK 0 0.36 0.94 0.2
HSL 37.07º 0.88% 0.43% -
HSV(B) 37.07º 0.94% 0.8% -
XYZ 33.09 29.1 4.25 -
YUV 139.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 204 131 13 0 0.36 0.94 0.2 37.07 0.88 0.43
Hex CC 83 D 0 24 5E 14 25 58 2B
Octal 314 203 15 0 44 136 24 45 130 53
Binary 11001100 10000011 1101 0 100100 1011110 10100 100101 1011000 101011

Color Harmonies of #CC830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC830D

Black with #CC830D

Text Example


Text Example

White with #CC830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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