Html Css Color HEX #D5B51C Sunflower

📋 copy color: '#D5B51C'

red 213 ◦ green 181 ◦ blue 28

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

Shades of Sunflower #D5B51C

Tints of Sunflower #D5B51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 28 (11.33% from 255) = 6.64%

R = 50.47%
G = 42.89%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5B51C (or 0xD5B51C) is known color: Sunflower. HEX triplet: D5, B5 and 1C. RGB value is (213,181,28). Sum of RGB (Red+Green+Blue) = 213+181+28=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B51C is #2A4AE3. Grayscale: #ADADAD. Windows color (decimal): -2771684 or 1881557. OLE color: 1881557.

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

Color convert

RGB 213 181 28 -
CMYK 0 0.15 0.87 0.16
HSL 49.62º 0.77% 0.47% -
HSV(B) 49.62º 0.87% 0.84% -
XYZ 44.17 47.28 7.9 -
YUV 173.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 213 181 28 0 0.15 0.87 0.16 49.62 0.77 0.47
Hex D5 B5 1C 0 F 57 10 32 4D 2F
Octal 325 265 34 0 17 127 20 62 115 57
Binary 11010101 10110101 11100 0 1111 1010111 10000 110010 1001101 101111

Color Harmonies of #D5B51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B51C

Black with #D5B51C

Text Example


Text Example

White with #D5B51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B51C; }

 p { color: rgb(213,181,28); }

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

background-color css

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

 a { background-color: rgb(213,181,28); }

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

border-color css

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

 span { border-color: rgb(213,181,28); }

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