Html Css Color HEX #D5B61D Sunflower

📋 copy color: '#D5B61D'

red 213 ◦ green 182 ◦ blue 29

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

Shades of Sunflower #D5B61D

Tints of Sunflower #D5B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

 BLUE value IS 29 (11.72% from 255) = 6.84%

R = 50.24%
G = 42.92%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5B61D (or 0xD5B61D) is known color: Sunflower. HEX triplet: D5, B6 and 1D. RGB value is (213,182,29). Sum of RGB (Red+Green+Blue) = 213+182+29=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B61D is #2A49E2. Grayscale: #AEAEAE. Windows color (decimal): -2771427 or 1947349. OLE color: 1947349.

HSL color Cylindrical-coordinate representation of color #D5B61D: hue angle of 49.89º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5B61D is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 182 29 -
CMYK 0 0.15 0.86 0.16
HSL 49.89º 0.76% 0.47% -
HSV(B) 49.89º 0.86% 0.84% -
XYZ 44.39 47.69 8.03 -
YUV 173.83 46.27 155.94 -
System Red Green Blue C M Y K H S L
Decimal 213 182 29 0 0.15 0.86 0.16 49.89 0.76 0.47
Hex D5 B6 1D 0 F 56 10 32 4C 2F
Octal 325 266 35 0 17 126 20 62 114 57
Binary 11010101 10110110 11101 0 1111 1010110 10000 110010 1001100 101111

Color Harmonies of #D5B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B61D

Black with #D5B61D

Text Example


Text Example

White with #D5B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B61D; }

 p { color: rgb(213,182,29); }

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

background-color css

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

 a { background-color: rgb(213,182,29); }

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

border-color css

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

 span { border-color: rgb(213,182,29); }

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