Html Css Color HEX #CDCE01 Bird Flower

📋 copy color: '#CDCE01'

red 205 ◦ green 206 ◦ blue 1

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

Shades of Bird Flower #CDCE01

Tints of Bird Flower #CDCE01

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50%

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

R = 49.76%
G = 50%
B = 0.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CDCE01 (or 0xCDCE01) is known color: Bird Flower. HEX triplet: CD, CE and 01. RGB value is (205,206,1). Sum of RGB (Red+Green+Blue) = 205+206+1=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCE01 is #3231FE. Grayscale: #B7B7B7. Windows color (decimal): -3289599 or 118477. OLE color: 118477.

HSL color Cylindrical-coordinate representation of color #CDCE01: hue angle of 60.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDCE01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 206 1 -
CMYK 0.00 0 1.00 0.19
HSL 60.29º 0.99% 0.41% -
HSV(B) 60.29º 1% 0.81% -
XYZ 47.25 57.12 8.56 -
YUV 182.33 25.67 144.17 -
System Red Green Blue C M Y K H S L
Decimal 205 206 1 0.00 0 1.00 0.19 60.29 0.99 0.41
Hex CD CE 1 0 0 64 13 3C 63 29
Octal 315 316 1 0 0 144 23 74 143 51
Binary 11001101 11001110 1 0 0 1100100 10011 111100 1100011 101001

Color Harmonies of #CDCE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCE01

Black with #CDCE01

Text Example


Text Example

White with #CDCE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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