Html Css Color HEX #CDC501 Bird Flower

📋 copy color: '#CDC501'

red 205 ◦ green 197 ◦ blue 1

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

Shades of Bird Flower #CDC501

Tints of Bird Flower #CDC501

RGB

 RED value IS 205 (80.47% from 255) = 50.87%

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 50.87%
G = 48.88%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CDC501 (or 0xCDC501) is known color: Bird Flower. HEX triplet: CD, C5 and 01. RGB value is (205,197,1). Sum of RGB (Red+Green+Blue) = 205+197+1=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC501 is #323AFE. Grayscale: #B1B1B1. Windows color (decimal): -3291903 or 116173. OLE color: 116173.

HSL color Cylindrical-coordinate representation of color #CDC501: hue angle of 57.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDC501 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 1 -
CMYK 0 0.04 1.00 0.20
HSL 57.65º 0.99% 0.4% -
HSV(B) 57.65º 1% 0.8% -
XYZ 45.15 52.91 7.86 -
YUV 177.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 205 197 1 0 0.04 1.00 0.20 57.65 0.99 0.4
Hex CD C5 1 0 4 64 14 3A 63 28
Octal 315 305 1 0 4 144 24 72 143 50
Binary 11001101 11000101 1 0 100 1100100 10100 111010 1100011 101000

Color Harmonies of #CDC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC501

Black with #CDC501

Text Example


Text Example

White with #CDC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC501; }

 p { color: rgb(205,197,1); }

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

background-color css

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

 a { background-color: rgb(205,197,1); }

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

border-color css

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

 span { border-color: rgb(205,197,1); }

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