Html Css Color HEX #D6CE01 Bird Flower

📋 copy color: '#D6CE01'

red 214 ◦ green 206 ◦ blue 1

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

Shades of Bird Flower #D6CE01

Tints of Bird Flower #D6CE01

RGB

 RED value IS 214 (83.98% from 255) = 50.83%

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

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

R = 50.83%
G = 48.93%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D6CE01 (or 0xD6CE01) is known color: Bird Flower. HEX triplet: D6, CE and 01. RGB value is (214,206,1). Sum of RGB (Red+Green+Blue) = 214+206+1=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CE01 is #2931FE. Grayscale: #B9B9B9. Windows color (decimal): -2699775 or 118486. OLE color: 118486.

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

Color convert

RGB 214 206 1 -
CMYK 0 0.04 1.00 0.16
HSL 57.75º 0.99% 0.42% -
HSV(B) 57.75º 1% 0.84% -
XYZ 49.81 58.44 8.68 -
YUV 185.02 24.15 148.67 -
System Red Green Blue C M Y K H S L
Decimal 214 206 1 0 0.04 1.00 0.16 57.75 0.99 0.42
Hex D6 CE 1 0 4 64 10 3A 63 2A
Octal 326 316 1 0 4 144 20 72 143 52
Binary 11010110 11001110 1 0 100 1100100 10000 111010 1100011 101010

Color Harmonies of #D6CE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE01

Black with #D6CE01

Text Example


Text Example

White with #D6CE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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