Html Css Color HEX #D0C218 Bird Flower

📋 copy color: '#D0C218'

red 208 ◦ green 194 ◦ blue 24

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

Shades of Bird Flower #D0C218

Tints of Bird Flower #D0C218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 24 (9.77% from 255) = 5.63%

R = 48.83%
G = 45.54%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0C218 (or 0xD0C218) is known color: Bird Flower. HEX triplet: D0, C2 and 18. RGB value is (208,194,24). Sum of RGB (Red+Green+Blue) = 208+194+24=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C218 is #2F3DE7. Grayscale: #B3B3B3. Windows color (decimal): -3096040 or 1622736. OLE color: 1622736.

HSL color Cylindrical-coordinate representation of color #D0C218: hue angle of 55.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0C218 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 194 24 -
CMYK 0 0.07 0.88 0.18
HSL 55.43º 0.79% 0.45% -
HSV(B) 55.43º 0.88% 0.82% -
XYZ 45.47 52.06 8.52 -
YUV 178.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 208 194 24 0 0.07 0.88 0.18 55.43 0.79 0.45
Hex D0 C2 18 0 7 58 12 37 4F 2D
Octal 320 302 30 0 7 130 22 67 117 55
Binary 11010000 11000010 11000 0 111 1011000 10010 110111 1001111 101101

Color Harmonies of #D0C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C218

Black with #D0C218

Text Example


Text Example

White with #D0C218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C218; }

 p { color: rgb(208,194,24); }

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

background-color css

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

 a { background-color: rgb(208,194,24); }

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

border-color css

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

 span { border-color: rgb(208,194,24); }

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