Html Css Color HEX #CAC214 Bird Flower

📋 copy color: '#CAC214'

red 202 ◦ green 194 ◦ blue 20

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

Shades of Bird Flower #CAC214

Tints of Bird Flower #CAC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

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

R = 48.56%
G = 46.63%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAC214 (or 0xCAC214) is known color: Bird Flower. HEX triplet: CA, C2 and 14. RGB value is (202,194,20). Sum of RGB (Red+Green+Blue) = 202+194+20=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC214 is #353DEB. Grayscale: #B1B1B1. Windows color (decimal): -3489260 or 1360586. OLE color: 1360586.

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

Color convert

RGB 202 194 20 -
CMYK 0 0.04 0.90 0.21
HSL 57.36º 0.82% 0.44% -
HSV(B) 57.36º 0.9% 0.79% -
XYZ 43.78 51.19 8.24 -
YUV 176.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 202 194 20 0 0.04 0.90 0.21 57.36 0.82 0.44
Hex CA C2 14 0 4 5A 15 39 52 2C
Octal 312 302 24 0 4 132 25 71 122 54
Binary 11001010 11000010 10100 0 100 1011010 10101 111001 1010010 101100

Color Harmonies of #CAC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC214

Black with #CAC214

Text Example


Text Example

White with #CAC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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