Html Css Color HEX #D0C411 Bird Flower

📋 copy color: '#D0C411'

red 208 ◦ green 196 ◦ blue 17

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

Shades of Bird Flower #D0C411

Tints of Bird Flower #D0C411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.56%

 BLUE value IS 17 (7.03% from 255) = 4.04%

R = 49.41%
G = 46.56%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0C411 (or 0xD0C411) is known color: Bird Flower. HEX triplet: D0, C4 and 11. RGB value is (208,196,17). Sum of RGB (Red+Green+Blue) = 208+196+17=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C411 is #2F3BEE. Grayscale: #B3B3B3. Windows color (decimal): -3095535 or 1164496. OLE color: 1164496.

HSL color Cylindrical-coordinate representation of color #D0C411: hue angle of 56.23º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0C411 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 17 -
CMYK 0 0.06 0.92 0.18
HSL 56.23º 0.85% 0.44% -
HSV(B) 56.23º 0.92% 0.82% -
XYZ 45.85 52.93 8.33 -
YUV 179.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 208 196 17 0 0.06 0.92 0.18 56.23 0.85 0.44
Hex D0 C4 11 0 6 5C 12 38 55 2C
Octal 320 304 21 0 6 134 22 70 125 54
Binary 11010000 11000100 10001 0 110 1011100 10010 111000 1010101 101100

Color Harmonies of #D0C411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C411

Black with #D0C411

Text Example


Text Example

White with #D0C411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C411; }

 p { color: rgb(208,196,17); }

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

background-color css

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

 a { background-color: rgb(208,196,17); }

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

border-color css

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

 span { border-color: rgb(208,196,17); }

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