Html Css Color HEX #D5D80C Bird Flower

📋 copy color: '#D5D80C'

red 213 ◦ green 216 ◦ blue 12

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

Shades of Bird Flower #D5D80C

Tints of Bird Flower #D5D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

 BLUE value IS 12 (5.08% from 255) = 2.72%

R = 48.3%
G = 48.98%
B = 2.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D5D80C (or 0xD5D80C) is known color: Bird Flower. HEX triplet: D5, D8 and 0C. RGB value is (213,216,12). Sum of RGB (Red+Green+Blue) = 213+216+12=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D80C is #2A27F3. Grayscale: #C0C0C0. Windows color (decimal): -2762740 or 841941. OLE color: 841941.

HSL color Cylindrical-coordinate representation of color #D5D80C: hue angle of 60.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5D80C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 12 -
CMYK 0.01 0 0.94 0.15
HSL 60.88º 0.89% 0.45% -
HSV(B) 60.88º 0.94% 0.85% -
XYZ 52.06 63.28 9.82 -
YUV 191.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 213 216 12 0.01 0 0.94 0.15 60.88 0.89 0.45
Hex D5 D8 C 1 0 5E F 3D 59 2D
Octal 325 330 14 1 0 136 17 75 131 55
Binary 11010101 11011000 1100 1 0 1011110 1111 111101 1011001 101101

Color Harmonies of #D5D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D80C

Black with #D5D80C

Text Example


Text Example

White with #D5D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D80C; }

 p { color: rgb(213,216,12); }

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

background-color css

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

 a { background-color: rgb(213,216,12); }

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

border-color css

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

 span { border-color: rgb(213,216,12); }

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