Html Css Color HEX #CAC114 Bird Flower

📋 copy color: '#CAC114'

red 202 ◦ green 193 ◦ blue 20

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

Shades of Bird Flower #CAC114

Tints of Bird Flower #CAC114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.51%

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

R = 48.67%
G = 46.51%
B = 4.82%

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

#CAC114 (or 0xCAC114) is known color: Bird Flower. HEX triplet: CA, C1 and 14. RGB value is (202,193,20). Sum of RGB (Red+Green+Blue) = 202+193+20=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC114 is #353EEB. Grayscale: #B0B0B0. Windows color (decimal): -3489516 or 1360330. OLE color: 1360330.

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

Color convert

RGB 202 193 20 -
CMYK 0 0.04 0.90 0.21
HSL 57.03º 0.82% 0.44% -
HSV(B) 57.03º 0.9% 0.79% -
XYZ 43.55 50.75 8.16 -
YUV 175.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 202 193 20 0 0.04 0.90 0.21 57.03 0.82 0.44
Hex CA C1 14 0 4 5A 15 39 52 2C
Octal 312 301 24 0 4 132 25 71 122 54
Binary 11001010 11000001 10100 0 100 1011010 10101 111001 1010010 101100

Color Harmonies of #CAC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC114

Black with #CAC114

Text Example


Text Example

White with #CAC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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