Html Css Color HEX #D7CE01 Bird Flower

📋 copy color: '#D7CE01'

red 215 ◦ green 206 ◦ blue 1

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

Shades of Bird Flower #D7CE01

Tints of Bird Flower #D7CE01

RGB

 RED value IS 215 (84.38% from 255) = 50.95%

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

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

R = 50.95%
G = 48.82%
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

#D7CE01 (or 0xD7CE01) is known color: Bird Flower. HEX triplet: D7, CE and 01. RGB value is (215,206,1). Sum of RGB (Red+Green+Blue) = 215+206+1=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CE01 is #2831FE. Grayscale: #BABABA. Windows color (decimal): -2634239 or 118487. OLE color: 118487.

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

Color convert

RGB 215 206 1 -
CMYK 0 0.04 1.00 0.16
HSL 57.48º 0.99% 0.42% -
HSV(B) 57.48º 1% 0.84% -
XYZ 50.1 58.59 8.7 -
YUV 185.32 23.98 149.17 -
System Red Green Blue C M Y K H S L
Decimal 215 206 1 0 0.04 1.00 0.16 57.48 0.99 0.42
Hex D7 CE 1 0 4 64 10 39 63 2A
Octal 327 316 1 0 4 144 20 71 143 52
Binary 11010111 11001110 1 0 100 1100100 10000 111001 1100011 101010

Color Harmonies of #D7CE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE01

Black with #D7CE01

Text Example


Text Example

White with #D7CE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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