Html Css Color HEX #CAC014 Bird Flower

📋 copy color: '#CAC014'

red 202 ◦ green 192 ◦ blue 20

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

Shades of Bird Flower #CAC014

Tints of Bird Flower #CAC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

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

R = 48.79%
G = 46.38%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAC014 (or 0xCAC014) is known color: Bird Flower. HEX triplet: CA, C0 and 14. RGB value is (202,192,20). Sum of RGB (Red+Green+Blue) = 202+192+20=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC014 is #353FEB. Grayscale: #B0B0B0. Windows color (decimal): -3489772 or 1360074. OLE color: 1360074.

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

Color convert

RGB 202 192 20 -
CMYK 0 0.05 0.90 0.21
HSL 56.7º 0.82% 0.44% -
HSV(B) 56.7º 0.9% 0.79% -
XYZ 43.33 50.31 8.09 -
YUV 175.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 202 192 20 0 0.05 0.90 0.21 56.7 0.82 0.44
Hex CA C0 14 0 5 5A 15 39 52 2C
Octal 312 300 24 0 5 132 25 71 122 54
Binary 11001010 11000000 10100 0 101 1011010 10101 111001 1010010 101100

Color Harmonies of #CAC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC014

Black with #CAC014

Text Example


Text Example

White with #CAC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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