Html Css Color HEX #CAB321 Bird Flower

📋 copy color: '#CAB321'

red 202 ◦ green 179 ◦ blue 33

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

Shades of Bird Flower #CAB321

Tints of Bird Flower #CAB321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.24%

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

R = 48.79%
G = 43.24%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAB321 (or 0xCAB321) is known color: Bird Flower. HEX triplet: CA, B3 and 21. RGB value is (202,179,33). Sum of RGB (Red+Green+Blue) = 202+179+33=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB321 is #354CDE. Grayscale: #A9A9A9. Windows color (decimal): -3493087 or 2208714. OLE color: 2208714.

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

Color convert

RGB 202 179 33 -
CMYK 0 0.11 0.84 0.21
HSL 51.83º 0.72% 0.46% -
HSV(B) 51.83º 0.84% 0.79% -
XYZ 40.75 44.91 7.96 -
YUV 169.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 202 179 33 0 0.11 0.84 0.21 51.83 0.72 0.46
Hex CA B3 21 0 B 54 15 34 48 2E
Octal 312 263 41 0 13 124 25 64 110 56
Binary 11001010 10110011 100001 0 1011 1010100 10101 110100 1001000 101110

Color Harmonies of #CAB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB321

Black with #CAB321

Text Example


Text Example

White with #CAB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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