Html Css Color HEX #D5C10E Bird Flower

📋 copy color: '#D5C10E'

red 213 ◦ green 193 ◦ blue 14

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

Shades of Bird Flower #D5C10E

Tints of Bird Flower #D5C10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.95%

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

R = 50.71%
G = 45.95%
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

#D5C10E (or 0xD5C10E) is known color: Bird Flower. HEX triplet: D5, C1 and 0E. RGB value is (213,193,14). Sum of RGB (Red+Green+Blue) = 213+193+14=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C10E is #2A3EF1. Grayscale: #B3B3B3. Windows color (decimal): -2768626 or 967125. OLE color: 967125.

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

Color convert

RGB 213 193 14 -
CMYK 0 0.09 0.93 0.16
HSL 53.97º 0.88% 0.45% -
HSV(B) 53.97º 0.93% 0.84% -
XYZ 46.59 52.32 8.06 -
YUV 178.57 35.13 152.55 -
System Red Green Blue C M Y K H S L
Decimal 213 193 14 0 0.09 0.93 0.16 53.97 0.88 0.45
Hex D5 C1 E 0 9 5D 10 36 58 2D
Octal 325 301 16 0 11 135 20 66 130 55
Binary 11010101 11000001 1110 0 1001 1011101 10000 110110 1011000 101101

Color Harmonies of #D5C10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C10E

Black with #D5C10E

Text Example


Text Example

White with #D5C10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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