Html Css Color HEX #CAC307 Bird Flower

📋 copy color: '#CAC307'

red 202 ◦ green 195 ◦ blue 7

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

Shades of Bird Flower #CAC307

Tints of Bird Flower #CAC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.27%

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

R = 50%
G = 48.27%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAC307 (or 0xCAC307) is known color: Bird Flower. HEX triplet: CA, C3 and 07. RGB value is (202,195,7). Sum of RGB (Red+Green+Blue) = 202+195+7=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC307 is #353CF8. Grayscale: #B0B0B0. Windows color (decimal): -3489017 or 508874. OLE color: 508874.

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

Color convert

RGB 202 195 7 -
CMYK 0 0.03 0.97 0.21
HSL 57.85º 0.93% 0.41% -
HSV(B) 57.85º 0.97% 0.79% -
XYZ 43.91 51.6 7.85 -
YUV 175.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 202 195 7 0 0.03 0.97 0.21 57.85 0.93 0.41
Hex CA C3 7 0 3 61 15 3A 5D 29
Octal 312 303 7 0 3 141 25 72 135 51
Binary 11001010 11000011 111 0 11 1100001 10101 111010 1011101 101001

Color Harmonies of #CAC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC307

Black with #CAC307

Text Example


Text Example

White with #CAC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC307; }

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

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

background-color css

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

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

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

border-color css

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

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

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