Html Css Color HEX #D5BA26 Sunflower

📋 copy color: '#D5BA26'

red 213 ◦ green 186 ◦ blue 38

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

Shades of Sunflower #D5BA26

Tints of Sunflower #D5BA26

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 38 (15.23% from 255) = 8.7%

R = 48.74%
G = 42.56%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5BA26 (or 0xD5BA26) is known color: Sunflower. HEX triplet: D5, BA and 26. RGB value is (213,186,38). Sum of RGB (Red+Green+Blue) = 213+186+38=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA26 is #2A45D9. Grayscale: #B1B1B1. Windows color (decimal): -2770394 or 2538197. OLE color: 2538197.

HSL color Cylindrical-coordinate representation of color #D5BA26: hue angle of 50.74º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5BA26 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 38 -
CMYK 0 0.13 0.82 0.16
HSL 50.74º 0.7% 0.49% -
HSV(B) 50.74º 0.82% 0.84% -
XYZ 45.35 49.4 8.98 -
YUV 177.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 213 186 38 0 0.13 0.82 0.16 50.74 0.7 0.49
Hex D5 BA 26 0 D 52 10 33 46 31
Octal 325 272 46 0 15 122 20 63 106 61
Binary 11010101 10111010 100110 0 1101 1010010 10000 110011 1000110 110001

Color Harmonies of #D5BA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA26

Black with #D5BA26

Text Example


Text Example

White with #D5BA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA26; }

 p { color: rgb(213,186,38); }

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

background-color css

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

 a { background-color: rgb(213,186,38); }

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

border-color css

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

 span { border-color: rgb(213,186,38); }

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