Html Css Color HEX #CA830A Dark Goldenrod

📋 copy color: '#CA830A'

red 202 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #CA830A

Tints of Dark Goldenrod #CA830A

RGB

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

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

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

R = 58.89%
G = 38.19%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA830A (or 0xCA830A) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 0A. RGB value is (202,131,10). Sum of RGB (Red+Green+Blue) = 202+131+10=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830A is #357CF5. Grayscale: #8A8A8A. Windows color (decimal): -3505398 or 689098. OLE color: 689098.

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

Color convert

RGB 202 131 10 -
CMYK 0 0.35 0.95 0.21
HSL 37.81º 0.91% 0.42% -
HSV(B) 37.81º 0.95% 0.79% -
XYZ 32.53 28.81 4.13 -
YUV 138.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 202 131 10 0 0.35 0.95 0.21 37.81 0.91 0.42
Hex CA 83 A 0 23 5F 15 26 5B 2A
Octal 312 203 12 0 43 137 25 46 133 52
Binary 11001010 10000011 1010 0 100011 1011111 10101 100110 1011011 101010

Color Harmonies of #CA830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA830A

Black with #CA830A

Text Example


Text Example

White with #CA830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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