Html Css Color HEX #D6B81E Sunflower

📋 copy color: '#D6B81E'

red 214 ◦ green 184 ◦ blue 30

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

Shades of Sunflower #D6B81E

Tints of Sunflower #D6B81E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.99%

 BLUE value IS 30 (12.11% from 255) = 7.01%

R = 50%
G = 42.99%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6B81E (or 0xD6B81E) is known color: Sunflower. HEX triplet: D6, B8 and 1E. RGB value is (214,184,30). Sum of RGB (Red+Green+Blue) = 214+184+30=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B81E is #2947E1. Grayscale: #B0B0B0. Windows color (decimal): -2705378 or 2013398. OLE color: 2013398.

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

Color convert

RGB 214 184 30 -
CMYK 0 0.14 0.86 0.16
HSL 50.22º 0.75% 0.48% -
HSV(B) 50.22º 0.86% 0.84% -
XYZ 45.11 48.67 8.25 -
YUV 175.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 214 184 30 0 0.14 0.86 0.16 50.22 0.75 0.48
Hex D6 B8 1E 0 E 56 10 32 4B 30
Octal 326 270 36 0 16 126 20 62 113 60
Binary 11010110 10111000 11110 0 1110 1010110 10000 110010 1001011 110000

Color Harmonies of #D6B81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B81E

Black with #D6B81E

Text Example


Text Example

White with #D6B81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B81E; }

 p { color: rgb(214,184,30); }

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

background-color css

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

 a { background-color: rgb(214,184,30); }

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

border-color css

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

 span { border-color: rgb(214,184,30); }

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