Html Css Color HEX #CDC401 Bird Flower

📋 copy color: '#CDC401'

red 205 ◦ green 196 ◦ blue 1

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

Shades of Bird Flower #CDC401

Tints of Bird Flower #CDC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.76%

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

R = 51%
G = 48.76%
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

#CDC401 (or 0xCDC401) is known color: Bird Flower. HEX triplet: CD, C4 and 01. RGB value is (205,196,1). Sum of RGB (Red+Green+Blue) = 205+196+1=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC401 is #323BFE. Grayscale: #B1B1B1. Windows color (decimal): -3292159 or 115917. OLE color: 115917.

HSL color Cylindrical-coordinate representation of color #CDC401: hue angle of 57.35º 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 #CDC401 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 196 1 -
CMYK 0 0.04 1.00 0.20
HSL 57.35º 0.99% 0.4% -
HSV(B) 57.35º 1% 0.8% -
XYZ 44.92 52.46 7.79 -
YUV 176.46 28.98 148.36 -
System Red Green Blue C M Y K H S L
Decimal 205 196 1 0 0.04 1.00 0.20 57.35 0.99 0.4
Hex CD C4 1 0 4 64 14 39 63 28
Octal 315 304 1 0 4 144 24 71 143 50
Binary 11001101 11000100 1 0 100 1100100 10100 111001 1100011 101000

Color Harmonies of #CDC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC401

Black with #CDC401

Text Example


Text Example

White with #CDC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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