Html Css Color HEX #D5C20E Bird Flower

📋 copy color: '#D5C20E'

red 213 ◦ green 194 ◦ blue 14

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

Shades of Bird Flower #D5C20E

Tints of Bird Flower #D5C20E

RGB

 RED value IS 213 (83.59% from 255) = 50.59%

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

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 50.59%
G = 46.08%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5C20E (or 0xD5C20E) is known color: Bird Flower. HEX triplet: D5, C2 and 0E. RGB value is (213,194,14). Sum of RGB (Red+Green+Blue) = 213+194+14=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C20E is #2A3DF1. Grayscale: #B3B3B3. Windows color (decimal): -2768370 or 967381. OLE color: 967381.

HSL color Cylindrical-coordinate representation of color #D5C20E: hue angle of 54.27º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5C20E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 194 14 -
CMYK 0 0.09 0.93 0.16
HSL 54.27º 0.88% 0.45% -
HSV(B) 54.27º 0.93% 0.84% -
XYZ 46.81 52.76 8.13 -
YUV 179.16 34.79 152.14 -
System Red Green Blue C M Y K H S L
Decimal 213 194 14 0 0.09 0.93 0.16 54.27 0.88 0.45
Hex D5 C2 E 0 9 5D 10 36 58 2D
Octal 325 302 16 0 11 135 20 66 130 55
Binary 11010101 11000010 1110 0 1001 1011101 10000 110110 1011000 101101

Color Harmonies of #D5C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C20E

Black with #D5C20E

Text Example


Text Example

White with #D5C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C20E; }

 p { color: rgb(213,194,14); }

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

background-color css

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

 a { background-color: rgb(213,194,14); }

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

border-color css

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

 span { border-color: rgb(213,194,14); }

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