Html Css Color HEX #CAB521 Bird Flower

📋 copy color: '#CAB521'

red 202 ◦ green 181 ◦ blue 33

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

Shades of Bird Flower #CAB521

Tints of Bird Flower #CAB521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.51%

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 48.56%
G = 43.51%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAB521 (or 0xCAB521) is known color: Bird Flower. HEX triplet: CA, B5 and 21. RGB value is (202,181,33). Sum of RGB (Red+Green+Blue) = 202+181+33=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB521 is #354ADE. Grayscale: #ABABAB. Windows color (decimal): -3492575 or 2209226. OLE color: 2209226.

HSL color Cylindrical-coordinate representation of color #CAB521: hue angle of 52.54º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAB521 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 33 -
CMYK 0 0.10 0.84 0.21
HSL 52.54º 0.72% 0.46% -
HSV(B) 52.54º 0.84% 0.79% -
XYZ 41.16 45.71 8.09 -
YUV 170.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 202 181 33 0 0.10 0.84 0.21 52.54 0.72 0.46
Hex CA B5 21 0 A 54 15 35 48 2E
Octal 312 265 41 0 12 124 25 65 110 56
Binary 11001010 10110101 100001 0 1010 1010100 10101 110101 1001000 101110

Color Harmonies of #CAB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB521

Black with #CAB521

Text Example


Text Example

White with #CAB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB521; }

 p { color: rgb(202,181,33); }

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

background-color css

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

 a { background-color: rgb(202,181,33); }

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

border-color css

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

 span { border-color: rgb(202,181,33); }

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