Html Css Color HEX #CAC515 Bird Flower

📋 copy color: '#CAC515'

red 202 ◦ green 197 ◦ blue 21

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

Shades of Bird Flower #CAC515

Tints of Bird Flower #CAC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

 BLUE value IS 21 (8.59% from 255) = 5%

R = 48.1%
G = 46.9%
B = 5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAC515 (or 0xCAC515) is known color: Bird Flower. HEX triplet: CA, C5 and 15. RGB value is (202,197,21). Sum of RGB (Red+Green+Blue) = 202+197+21=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC515 is #353AEA. Grayscale: #B3B3B3. Windows color (decimal): -3488491 or 1426890. OLE color: 1426890.

HSL color Cylindrical-coordinate representation of color #CAC515: hue angle of 58.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAC515 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 21 -
CMYK 0 0.02 0.90 0.21
HSL 58.34º 0.81% 0.44% -
HSV(B) 58.34º 0.9% 0.79% -
XYZ 44.46 52.54 8.51 -
YUV 178.43 39.16 144.81 -
System Red Green Blue C M Y K H S L
Decimal 202 197 21 0 0.02 0.90 0.21 58.34 0.81 0.44
Hex CA C5 15 0 2 5A 15 3A 51 2C
Octal 312 305 25 0 2 132 25 72 121 54
Binary 11001010 11000101 10101 0 10 1011010 10101 111010 1010001 101100

Color Harmonies of #CAC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC515

Black with #CAC515

Text Example


Text Example

White with #CAC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC515; }

 p { color: rgb(202,197,21); }

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

background-color css

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

 a { background-color: rgb(202,197,21); }

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

border-color css

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

 span { border-color: rgb(202,197,21); }

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