Html Css Color HEX #CA830C Dark Goldenrod

📋 copy color: '#CA830C'

red 202 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #CA830C

Tints of Dark Goldenrod #CA830C

RGB

 RED value IS 202 (79.3% from 255) = 58.55%

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 58.55%
G = 37.97%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA830C (or 0xCA830C) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 0C. RGB value is (202,131,12). Sum of RGB (Red+Green+Blue) = 202+131+12=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830C is #357CF3. Grayscale: #8B8B8B. Windows color (decimal): -3505396 or 820170. OLE color: 820170.

HSL color Cylindrical-coordinate representation of color #CA830C: hue angle of 37.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA830C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 12 -
CMYK 0 0.35 0.94 0.21
HSL 37.58º 0.89% 0.42% -
HSV(B) 37.58º 0.94% 0.79% -
XYZ 32.54 28.82 4.19 -
YUV 138.66 56.52 173.18 -
System Red Green Blue C M Y K H S L
Decimal 202 131 12 0 0.35 0.94 0.21 37.58 0.89 0.42
Hex CA 83 C 0 23 5E 15 26 59 2A
Octal 312 203 14 0 43 136 25 46 131 52
Binary 11001010 10000011 1100 0 100011 1011110 10101 100110 1011001 101010

Color Harmonies of #CA830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA830C

Black with #CA830C

Text Example


Text Example

White with #CA830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA830C; }

 p { color: rgb(202,131,12); }

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

background-color css

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

 a { background-color: rgb(202,131,12); }

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

border-color css

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

 span { border-color: rgb(202,131,12); }

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