Html Css Color HEX #CAC305 Bird Flower

📋 copy color: '#CAC305'

red 202 ◦ green 195 ◦ blue 5

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

Shades of Bird Flower #CAC305

Tints of Bird Flower #CAC305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 50.25%
G = 48.51%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAC305 (or 0xCAC305) is known color: Bird Flower. HEX triplet: CA, C3 and 05. RGB value is (202,195,5). Sum of RGB (Red+Green+Blue) = 202+195+5=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC305 is #353CFA. Grayscale: #B0B0B0. Windows color (decimal): -3489019 or 377802. OLE color: 377802.

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

Color convert

RGB 202 195 5 -
CMYK 0 0.03 0.98 0.21
HSL 57.87º 0.95% 0.41% -
HSV(B) 57.87º 0.98% 0.79% -
XYZ 43.9 51.6 7.79 -
YUV 175.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 202 195 5 0 0.03 0.98 0.21 57.87 0.95 0.41
Hex CA C3 5 0 3 62 15 3A 5F 29
Octal 312 303 5 0 3 142 25 72 137 51
Binary 11001010 11000011 101 0 11 1100010 10101 111010 1011111 101001

Color Harmonies of #CAC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC305

Black with #CAC305

Text Example


Text Example

White with #CAC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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