Html Css Color HEX #D7CF01 Bird Flower

📋 copy color: '#D7CF01'

red 215 ◦ green 207 ◦ blue 1

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

Shades of Bird Flower #D7CF01

Tints of Bird Flower #D7CF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.94%

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

R = 50.83%
G = 48.94%
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

#D7CF01 (or 0xD7CF01) is known color: Bird Flower. HEX triplet: D7, CF and 01. RGB value is (215,207,1). Sum of RGB (Red+Green+Blue) = 215+207+1=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CF01 is #2830FE. Grayscale: #BABABA. Windows color (decimal): -2633983 or 118743. OLE color: 118743.

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

Color convert

RGB 215 207 1 -
CMYK 0 0.04 1.00 0.16
HSL 57.76º 0.99% 0.42% -
HSV(B) 57.76º 1% 0.84% -
XYZ 50.34 59.07 8.78 -
YUV 185.91 23.65 148.75 -
System Red Green Blue C M Y K H S L
Decimal 215 207 1 0 0.04 1.00 0.16 57.76 0.99 0.42
Hex D7 CF 1 0 4 64 10 3A 63 2A
Octal 327 317 1 0 4 144 20 72 143 52
Binary 11010111 11001111 1 0 100 1100100 10000 111010 1100011 101010

Color Harmonies of #D7CF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF01

Black with #D7CF01

Text Example


Text Example

White with #D7CF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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