Html Css Color HEX #CA830F Dark Goldenrod

📋 copy color: '#CA830F'

red 202 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #CA830F

Tints of Dark Goldenrod #CA830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.31%

R = 58.05%
G = 37.64%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA830F (or 0xCA830F) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 0F. RGB value is (202,131,15). Sum of RGB (Red+Green+Blue) = 202+131+15=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830F is #357CF0. Grayscale: #8B8B8B. Windows color (decimal): -3505393 or 1016778. OLE color: 1016778.

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

Color convert

RGB 202 131 15 -
CMYK 0 0.35 0.93 0.21
HSL 37.22º 0.86% 0.43% -
HSV(B) 37.22º 0.93% 0.79% -
XYZ 32.56 28.82 4.3 -
YUV 139.01 58.02 172.93 -
System Red Green Blue C M Y K H S L
Decimal 202 131 15 0 0.35 0.93 0.21 37.22 0.86 0.43
Hex CA 83 F 0 23 5D 15 25 56 2B
Octal 312 203 17 0 43 135 25 45 126 53
Binary 11001010 10000011 1111 0 100011 1011101 10101 100101 1010110 101011

Color Harmonies of #CA830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA830F

Black with #CA830F

Text Example


Text Example

White with #CA830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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