Html Css Color HEX #D6BB26 Sunflower

📋 copy color: '#D6BB26'

red 214 ◦ green 187 ◦ blue 38

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

Shades of Sunflower #D6BB26

Tints of Sunflower #D6BB26

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 48.75%
G = 42.6%
B = 8.66%

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

#D6BB26 (or 0xD6BB26) is known color: Sunflower. HEX triplet: D6, BB and 26. RGB value is (214,187,38). Sum of RGB (Red+Green+Blue) = 214+187+38=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB26 is #2944D9. Grayscale: #B2B2B2. Windows color (decimal): -2704602 or 2538454. OLE color: 2538454.

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

Color convert

RGB 214 187 38 -
CMYK 0 0.13 0.82 0.16
HSL 50.8º 0.7% 0.49% -
HSV(B) 50.8º 0.82% 0.84% -
XYZ 45.85 49.98 9.06 -
YUV 178.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 214 187 38 0 0.13 0.82 0.16 50.8 0.7 0.49
Hex D6 BB 26 0 D 52 10 33 46 31
Octal 326 273 46 0 15 122 20 63 106 61
Binary 11010110 10111011 100110 0 1101 1010010 10000 110011 1000110 110001

Color Harmonies of #D6BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BB26

Black with #D6BB26

Text Example


Text Example

White with #D6BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BB26; }

 p { color: rgb(214,187,38); }

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

background-color css

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

 a { background-color: rgb(214,187,38); }

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

border-color css

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

 span { border-color: rgb(214,187,38); }

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