Html Css Color HEX #CA930B Dark Goldenrod

📋 copy color: '#CA930B'

red 202 ◦ green 147 ◦ blue 11

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

Shades of Dark Goldenrod #CA930B

Tints of Dark Goldenrod #CA930B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.83%

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

R = 56.11%
G = 40.83%
B = 3.06%

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

#CA930B (or 0xCA930B) is known color: Dark Goldenrod. HEX triplet: CA, 93 and 0B. RGB value is (202,147,11). Sum of RGB (Red+Green+Blue) = 202+147+11=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA930B is #356CF4. Grayscale: #949494. Windows color (decimal): -3501301 or 758730. OLE color: 758730.

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

Color convert

RGB 202 147 11 -
CMYK 0 0.27 0.95 0.21
HSL 42.72º 0.9% 0.42% -
HSV(B) 42.72º 0.95% 0.79% -
XYZ 34.85 33.45 4.94 -
YUV 147.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 202 147 11 0 0.27 0.95 0.21 42.72 0.9 0.42
Hex CA 93 B 0 1B 5F 15 2B 5A 2A
Octal 312 223 13 0 33 137 25 53 132 52
Binary 11001010 10010011 1011 0 11011 1011111 10101 101011 1011010 101010

Color Harmonies of #CA930B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA930B

Black with #CA930B

Text Example


Text Example

White with #CA930B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA930B; }

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

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

background-color css

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

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

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

border-color css

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

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

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