Html Css Color HEX #CAC514 Bird Flower

📋 copy color: '#CAC514'

red 202 ◦ green 197 ◦ blue 20

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

Shades of Bird Flower #CAC514

Tints of Bird Flower #CAC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 48.21%
G = 47.02%
B = 4.77%

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

#CAC514 (or 0xCAC514) is known color: Bird Flower. HEX triplet: CA, C5 and 14. RGB value is (202,197,20). Sum of RGB (Red+Green+Blue) = 202+197+20=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC514 is #353AEB. Grayscale: #B3B3B3. Windows color (decimal): -3488492 or 1361354. OLE color: 1361354.

HSL color Cylindrical-coordinate representation of color #CAC514: hue angle of 58.35º degrees, saturation: 0.82, 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 #CAC514 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 20 -
CMYK 0 0.02 0.90 0.21
HSL 58.35º 0.82% 0.44% -
HSV(B) 58.35º 0.9% 0.79% -
XYZ 44.45 52.54 8.46 -
YUV 178.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 202 197 20 0 0.02 0.90 0.21 58.35 0.82 0.44
Hex CA C5 14 0 2 5A 15 3A 52 2C
Octal 312 305 24 0 2 132 25 72 122 54
Binary 11001010 11000101 10100 0 10 1011010 10101 111010 1010010 101100

Color Harmonies of #CAC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC514

Black with #CAC514

Text Example


Text Example

White with #CAC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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