Html Css Color HEX #D5B40E Sunflower

📋 copy color: '#D5B40E'

red 213 ◦ green 180 ◦ blue 14

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

Shades of Sunflower #D5B40E

Tints of Sunflower #D5B40E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

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

R = 52.33%
G = 44.23%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5B40E (or 0xD5B40E) is known color: Sunflower. HEX triplet: D5, B4 and 0E. RGB value is (213,180,14). Sum of RGB (Red+Green+Blue) = 213+180+14=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B40E is #2A4BF1. Grayscale: #ABABAB. Windows color (decimal): -2771954 or 963797. OLE color: 963797.

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

Color convert

RGB 213 180 14 -
CMYK 0 0.15 0.93 0.16
HSL 50.05º 0.88% 0.45% -
HSV(B) 50.05º 0.93% 0.84% -
XYZ 43.84 46.82 7.14 -
YUV 170.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 213 180 14 0 0.15 0.93 0.16 50.05 0.88 0.45
Hex D5 B4 E 0 F 5D 10 32 58 2D
Octal 325 264 16 0 17 135 20 62 130 55
Binary 11010101 10110100 1110 0 1111 1011101 10000 110010 1011000 101101

Color Harmonies of #D5B40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B40E

Black with #D5B40E

Text Example


Text Example

White with #D5B40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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