Html Css Color HEX #CAC714 Bird Flower

📋 copy color: '#CAC714'

red 202 ◦ green 199 ◦ blue 20

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

Shades of Bird Flower #CAC714

Tints of Bird Flower #CAC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 47.98%
G = 47.27%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAC714 (or 0xCAC714) is known color: Bird Flower. HEX triplet: CA, C7 and 14. RGB value is (202,199,20). Sum of RGB (Red+Green+Blue) = 202+199+20=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC714 is #3538EB. Grayscale: #B4B4B4. Windows color (decimal): -3487980 or 1361866. OLE color: 1361866.

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

Color convert

RGB 202 199 20 -
CMYK 0 0.01 0.90 0.21
HSL 59.01º 0.82% 0.44% -
HSV(B) 59.01º 0.9% 0.79% -
XYZ 44.91 53.45 8.61 -
YUV 179.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 202 199 20 0 0.01 0.90 0.21 59.01 0.82 0.44
Hex CA C7 14 0 1 5A 15 3B 52 2C
Octal 312 307 24 0 1 132 25 73 122 54
Binary 11001010 11000111 10100 0 1 1011010 10101 111011 1010010 101100

Color Harmonies of #CAC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC714

Black with #CAC714

Text Example


Text Example

White with #CAC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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