Html Css Color HEX #CD830A Dark Goldenrod

📋 copy color: '#CD830A'

red 205 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #CD830A

Tints of Dark Goldenrod #CD830A

RGB

 RED value IS 205 (80.47% from 255) = 59.25%

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

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

R = 59.25%
G = 37.86%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD830A (or 0xCD830A) is known color: Dark Goldenrod. HEX triplet: CD, 83 and 0A. RGB value is (205,131,10). Sum of RGB (Red+Green+Blue) = 205+131+10=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD830A is #327CF5. Grayscale: #8B8B8B. Windows color (decimal): -3308790 or 689101. OLE color: 689101.

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

Color convert

RGB 205 131 10 -
CMYK 0 0.36 0.95 0.20
HSL 37.23º 0.91% 0.42% -
HSV(B) 37.23º 0.95% 0.8% -
XYZ 33.35 29.23 4.17 -
YUV 139.33 55.02 174.84 -
System Red Green Blue C M Y K H S L
Decimal 205 131 10 0 0.36 0.95 0.20 37.23 0.91 0.42
Hex CD 83 A 0 24 5F 14 25 5B 2A
Octal 315 203 12 0 44 137 24 45 133 52
Binary 11001101 10000011 1010 0 100100 1011111 10100 100101 1011011 101010

Color Harmonies of #CD830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD830A

Black with #CD830A

Text Example


Text Example

White with #CD830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD830A; }

 p { color: rgb(205,131,10); }

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

background-color css

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

 a { background-color: rgb(205,131,10); }

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

border-color css

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

 span { border-color: rgb(205,131,10); }

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