Html Css Color HEX #CAC511 Bird Flower

📋 copy color: '#CAC511'

red 202 ◦ green 197 ◦ blue 17

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

Shades of Bird Flower #CAC511

Tints of Bird Flower #CAC511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 48.56%
G = 47.36%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAC511 (or 0xCAC511) is known color: Bird Flower. HEX triplet: CA, C5 and 11. RGB value is (202,197,17). Sum of RGB (Red+Green+Blue) = 202+197+17=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC511 is #353AEE. Grayscale: #B2B2B2. Windows color (decimal): -3488495 or 1164746. OLE color: 1164746.

HSL color Cylindrical-coordinate representation of color #CAC511: hue angle of 58.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAC511 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 17 -
CMYK 0 0.02 0.92 0.21
HSL 58.38º 0.84% 0.43% -
HSV(B) 58.38º 0.92% 0.79% -
XYZ 44.42 52.53 8.33 -
YUV 177.98 37.16 145.14 -
System Red Green Blue C M Y K H S L
Decimal 202 197 17 0 0.02 0.92 0.21 58.38 0.84 0.43
Hex CA C5 11 0 2 5C 15 3A 54 2B
Octal 312 305 21 0 2 134 25 72 124 53
Binary 11001010 11000101 10001 0 10 1011100 10101 111010 1010100 101011

Color Harmonies of #CAC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC511

Black with #CAC511

Text Example


Text Example

White with #CAC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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