Html Css Color HEX #CAB251 Sundance

📋 copy color: '#CAB251'

red 202 ◦ green 178 ◦ blue 81

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

Shades of Sundance #CAB251

Tints of Sundance #CAB251

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

 BLUE value IS 81 (32.03% from 255) = 17.57%

R = 43.82%
G = 38.61%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CAB251 (or 0xCAB251) is known color: Sundance. HEX triplet: CA, B2 and 51. RGB value is (202,178,81). Sum of RGB (Red+Green+Blue) = 202+178+81=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB251 is #354DAE. Grayscale: #AEAEAE. Windows color (decimal): -3493295 or 5354186. OLE color: 5354186.

HSL color Cylindrical-coordinate representation of color #CAB251: hue angle of 48.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAB251 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 81 -
CMYK 0 0.12 0.60 0.21
HSL 48.1º 0.53% 0.55% -
HSV(B) 48.1º 0.6% 0.79% -
XYZ 41.76 44.99 14.27 -
YUV 174.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 202 178 81 0 0.12 0.60 0.21 48.1 0.53 0.55
Hex CA B2 51 0 C 3C 15 30 35 37
Octal 312 262 121 0 14 74 25 60 65 67
Binary 11001010 10110010 1010001 0 1100 111100 10101 110000 110101 110111

Color Harmonies of #CAB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB251

Black with #CAB251

Text Example


Text Example

White with #CAB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB251; }

 p { color: rgb(202,178,81); }

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

background-color css

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

 a { background-color: rgb(202,178,81); }

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

border-color css

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

 span { border-color: rgb(202,178,81); }

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