Html Css Color HEX #D0CF00 Bird Flower

📋 copy color: '#D0CF00'

red 208 ◦ green 207 ◦ blue 0

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

Shades of Bird Flower #D0CF00

Tints of Bird Flower #D0CF00

RGB

 RED value IS 208 (81.64% from 255) = 50.12%

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

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

R = 50.12%
G = 49.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D0CF00 (or 0xD0CF00) is known color: Bird Flower. HEX triplet: D0, CF and 00. RGB value is (208,207,0). Sum of RGB (Red+Green+Blue) = 208+207+0=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CF00 is #2F30FF. Grayscale: #B8B8B8. Windows color (decimal): -3092736 or 53200. OLE color: 53200.

HSL color Cylindrical-coordinate representation of color #D0CF00: hue angle of 59.71º 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 #D0CF00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 0 -
CMYK 0 0.00 1 0.18
HSL 59.71º 1% 0.41% -
HSV(B) 59.71º 1% 0.82% -
XYZ 48.33 58.04 8.65 -
YUV 183.7 24.33 145.33 -
System Red Green Blue C M Y K H S L
Decimal 208 207 0 0 0.00 1 0.18 59.71 1 0.41
Hex D0 CF 0 0 0 64 12 3C 64 29
Octal 320 317 0 0 0 144 22 74 144 51
Binary 11010000 11001111 0 0 0 1100100 10010 111100 1100100 101001

Color Harmonies of #D0CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF00

Black with #D0CF00

Text Example


Text Example

White with #D0CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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