Html Css Color HEX #CA940B Dark Goldenrod

📋 copy color: '#CA940B'

red 202 ◦ green 148 ◦ blue 11

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

Shades of Dark Goldenrod #CA940B

Tints of Dark Goldenrod #CA940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 11 (4.69% from 255) = 3.05%

R = 55.96%
G = 41%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA940B (or 0xCA940B) is known color: Dark Goldenrod. HEX triplet: CA, 94 and 0B. RGB value is (202,148,11). Sum of RGB (Red+Green+Blue) = 202+148+11=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA940B is #356BF4. Grayscale: #959595. Windows color (decimal): -3501045 or 758986. OLE color: 758986.

HSL color Cylindrical-coordinate representation of color #CA940B: hue angle of 43.04º degrees, saturation: 0.9, 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 #CA940B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 11 -
CMYK 0 0.27 0.95 0.21
HSL 43.04º 0.9% 0.42% -
HSV(B) 43.04º 0.95% 0.79% -
XYZ 35.01 33.76 4.99 -
YUV 148.53 50.39 166.14 -
System Red Green Blue C M Y K H S L
Decimal 202 148 11 0 0.27 0.95 0.21 43.04 0.9 0.42
Hex CA 94 B 0 1B 5F 15 2B 5A 2A
Octal 312 224 13 0 33 137 25 53 132 52
Binary 11001010 10010100 1011 0 11011 1011111 10101 101011 1011010 101010

Color Harmonies of #CA940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA940B

Black with #CA940B

Text Example


Text Example

White with #CA940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA940B; }

 p { color: rgb(202,148,11); }

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

background-color css

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

 a { background-color: rgb(202,148,11); }

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

border-color css

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

 span { border-color: rgb(202,148,11); }

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