Html Css Color HEX #D5CF01 Bird Flower

📋 copy color: '#D5CF01'

red 213 ◦ green 207 ◦ blue 1

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

Shades of Bird Flower #D5CF01

Tints of Bird Flower #D5CF01

RGB

 RED value IS 213 (83.59% from 255) = 50.59%

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

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

R = 50.59%
G = 49.17%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5CF01 (or 0xD5CF01) is known color: Bird Flower. HEX triplet: D5, CF and 01. RGB value is (213,207,1). Sum of RGB (Red+Green+Blue) = 213+207+1=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF01 is #2A30FE. Grayscale: #BABABA. Windows color (decimal): -2765055 or 118741. OLE color: 118741.

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

Color convert

RGB 213 207 1 -
CMYK 0 0.03 1.00 0.16
HSL 58.3º 0.99% 0.42% -
HSV(B) 58.3º 1% 0.84% -
XYZ 49.76 58.77 8.75 -
YUV 185.31 23.99 147.75 -
System Red Green Blue C M Y K H S L
Decimal 213 207 1 0 0.03 1.00 0.16 58.3 0.99 0.42
Hex D5 CF 1 0 3 64 10 3A 63 2A
Octal 325 317 1 0 3 144 20 72 143 52
Binary 11010101 11001111 1 0 11 1100100 10000 111010 1100011 101010

Color Harmonies of #D5CF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF01

Black with #D5CF01

Text Example


Text Example

White with #D5CF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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