Html Css Color HEX #D5C80E Bird Flower

📋 copy color: '#D5C80E'

red 213 ◦ green 200 ◦ blue 14

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

Shades of Bird Flower #D5C80E

Tints of Bird Flower #D5C80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.84%

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

R = 49.88%
G = 46.84%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5C80E (or 0xD5C80E) is known color: Bird Flower. HEX triplet: D5, C8 and 0E. RGB value is (213,200,14). Sum of RGB (Red+Green+Blue) = 213+200+14=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C80E is #2A37F1. Grayscale: #B7B7B7. Windows color (decimal): -2766834 or 968917. OLE color: 968917.

HSL color Cylindrical-coordinate representation of color #D5C80E: hue angle of 56.08º 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 #D5C80E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 14 -
CMYK 0 0.06 0.93 0.16
HSL 56.08º 0.88% 0.45% -
HSV(B) 56.08º 0.93% 0.84% -
XYZ 48.17 55.49 8.59 -
YUV 182.68 32.81 149.62 -
System Red Green Blue C M Y K H S L
Decimal 213 200 14 0 0.06 0.93 0.16 56.08 0.88 0.45
Hex D5 C8 E 0 6 5D 10 38 58 2D
Octal 325 310 16 0 6 135 20 70 130 55
Binary 11010101 11001000 1110 0 110 1011101 10000 111000 1011000 101101

Color Harmonies of #D5C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C80E

Black with #D5C80E

Text Example


Text Example

White with #D5C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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