Html Css Color HEX #CA8F01 Dark Goldenrod

📋 copy color: '#CA8F01'

red 202 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #CA8F01

Tints of Dark Goldenrod #CA8F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.33%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 58.38%
G = 41.33%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA8F01 (or 0xCA8F01) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 01. RGB value is (202,143,1). Sum of RGB (Red+Green+Blue) = 202+143+1=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F01 is #3570FE. Grayscale: #919191. Windows color (decimal): -3502335 or 102346. OLE color: 102346.

HSL color Cylindrical-coordinate representation of color #CA8F01: hue angle of 42.39º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA8F01 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 1 -
CMYK 0 0.29 1.00 0.21
HSL 42.39º 0.99% 0.4% -
HSV(B) 42.39º 1% 0.79% -
XYZ 34.19 32.2 4.44 -
YUV 144.45 47.05 169.05 -
System Red Green Blue C M Y K H S L
Decimal 202 143 1 0 0.29 1.00 0.21 42.39 0.99 0.4
Hex CA 8F 1 0 1D 64 15 2A 63 28
Octal 312 217 1 0 35 144 25 52 143 50
Binary 11001010 10001111 1 0 11101 1100100 10101 101010 1100011 101000

Color Harmonies of #CA8F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F01

Black with #CA8F01

Text Example


Text Example

White with #CA8F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F01; }

 p { color: rgb(202,143,1); }

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

background-color css

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

 a { background-color: rgb(202,143,1); }

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

border-color css

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

 span { border-color: rgb(202,143,1); }

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