Html Css Color HEX #D1CF00 Bird Flower

📋 copy color: '#D1CF00'

red 209 ◦ green 207 ◦ blue 0

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

Shades of Bird Flower #D1CF00

Tints of Bird Flower #D1CF00

RGB

 RED value IS 209 (82.03% from 255) = 50.24%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.24%
G = 49.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1CF00 (or 0xD1CF00) is known color: Bird Flower. HEX triplet: D1, CF and 00. RGB value is (209,207,0). Sum of RGB (Red+Green+Blue) = 209+207+0=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF00 is #2E30FF. Grayscale: #B8B8B8. Windows color (decimal): -3027200 or 53201. OLE color: 53201.

HSL color Cylindrical-coordinate representation of color #D1CF00: hue angle of 59.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1CF00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 207 0 -
CMYK 0 0.01 1 0.18
HSL 59.43º 1% 0.41% -
HSV(B) 59.43º 1% 0.82% -
XYZ 48.61 58.18 8.67 -
YUV 184 24.16 145.83 -
System Red Green Blue C M Y K H S L
Decimal 209 207 0 0 0.01 1 0.18 59.43 1 0.41
Hex D1 CF 0 0 1 64 12 3B 64 29
Octal 321 317 0 0 1 144 22 73 144 51
Binary 11010001 11001111 0 0 1 1100100 10010 111011 1100100 101001

Color Harmonies of #D1CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CF00

Black with #D1CF00

Text Example


Text Example

White with #D1CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CF00; }

 p { color: rgb(209,207,0); }

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

background-color css

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

 a { background-color: rgb(209,207,0); }

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

border-color css

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

 span { border-color: rgb(209,207,0); }

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