Html Css Color HEX #CAC507 Bird Flower

📋 copy color: '#CAC507'

red 202 ◦ green 197 ◦ blue 7

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

Shades of Bird Flower #CAC507

Tints of Bird Flower #CAC507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 49.75%
G = 48.52%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAC507 (or 0xCAC507) is known color: Bird Flower. HEX triplet: CA, C5 and 07. RGB value is (202,197,7). Sum of RGB (Red+Green+Blue) = 202+197+7=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC507 is #353AF8. Grayscale: #B1B1B1. Windows color (decimal): -3488505 or 509386. OLE color: 509386.

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

Color convert

RGB 202 197 7 -
CMYK 0 0.02 0.97 0.21
HSL 58.46º 0.93% 0.41% -
HSV(B) 58.46º 0.97% 0.79% -
XYZ 44.36 52.5 8 -
YUV 176.84 32.16 145.95 -
System Red Green Blue C M Y K H S L
Decimal 202 197 7 0 0.02 0.97 0.21 58.46 0.93 0.41
Hex CA C5 7 0 2 61 15 3A 5D 29
Octal 312 305 7 0 2 141 25 72 135 51
Binary 11001010 11000101 111 0 10 1100001 10101 111010 1011101 101001

Color Harmonies of #CAC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC507

Black with #CAC507

Text Example


Text Example

White with #CAC507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC507; }

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

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

background-color css

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

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

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

border-color css

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

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

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