Html Css Color HEX #CDC701 Bird Flower

📋 copy color: '#CDC701'

red 205 ◦ green 199 ◦ blue 1

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

Shades of Bird Flower #CDC701

Tints of Bird Flower #CDC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.14%

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

R = 50.62%
G = 49.14%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CDC701 (or 0xCDC701) is known color: Bird Flower. HEX triplet: CD, C7 and 01. RGB value is (205,199,1). Sum of RGB (Red+Green+Blue) = 205+199+1=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC701 is #3238FE. Grayscale: #B3B3B3. Windows color (decimal): -3291391 or 116685. OLE color: 116685.

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

Color convert

RGB 205 199 1 -
CMYK 0 0.03 1.00 0.20
HSL 58.24º 0.99% 0.4% -
HSV(B) 58.24º 1% 0.8% -
XYZ 45.61 53.83 8.01 -
YUV 178.22 27.99 147.1 -
System Red Green Blue C M Y K H S L
Decimal 205 199 1 0 0.03 1.00 0.20 58.24 0.99 0.4
Hex CD C7 1 0 3 64 14 3A 63 28
Octal 315 307 1 0 3 144 24 72 143 50
Binary 11001101 11000111 1 0 11 1100100 10100 111010 1100011 101000

Color Harmonies of #CDC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC701

Black with #CDC701

Text Example


Text Example

White with #CDC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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