Html Css Color HEX #D0D30F Bird Flower

📋 copy color: '#D0D30F'

red 208 ◦ green 211 ◦ blue 15

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

Shades of Bird Flower #D0D30F

Tints of Bird Flower #D0D30F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 47.93%
G = 48.62%
B = 3.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D0D30F (or 0xD0D30F) is known color: Bird Flower. HEX triplet: D0, D3 and 0F. RGB value is (208,211,15). Sum of RGB (Red+Green+Blue) = 208+211+15=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D30F is #2F2CF0. Grayscale: #BCBCBC. Windows color (decimal): -3091697 or 1037264. OLE color: 1037264.

HSL color Cylindrical-coordinate representation of color #D0D30F: hue angle of 60.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0D30F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 15 -
CMYK 0.01 0 0.93 0.17
HSL 60.92º 0.87% 0.44% -
HSV(B) 60.92º 0.93% 0.83% -
XYZ 49.39 60.03 9.44 -
YUV 187.76 30.51 142.44 -
System Red Green Blue C M Y K H S L
Decimal 208 211 15 0.01 0 0.93 0.17 60.92 0.87 0.44
Hex D0 D3 F 1 0 5D 11 3D 57 2C
Octal 320 323 17 1 0 135 21 75 127 54
Binary 11010000 11010011 1111 1 0 1011101 10001 111101 1010111 101100

Color Harmonies of #D0D30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D30F

Black with #D0D30F

Text Example


Text Example

White with #D0D30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D30F; }

 p { color: rgb(208,211,15); }

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

background-color css

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

 a { background-color: rgb(208,211,15); }

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

border-color css

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

 span { border-color: rgb(208,211,15); }

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