Html Css Color HEX #D6C11A Sunflower

📋 copy color: '#D6C11A'

red 214 ◦ green 193 ◦ blue 26

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

Shades of Sunflower #D6C11A

Tints of Sunflower #D6C11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

 BLUE value IS 26 (10.55% from 255) = 6%

R = 49.42%
G = 44.57%
B = 6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6C11A (or 0xD6C11A) is known color: Sunflower. HEX triplet: D6, C1 and 1A. RGB value is (214,193,26). Sum of RGB (Red+Green+Blue) = 214+193+26=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C11A is #293EE5. Grayscale: #B4B4B4. Windows color (decimal): -2703078 or 1753558. OLE color: 1753558.

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

Color convert

RGB 214 193 26 -
CMYK 0 0.10 0.88 0.16
HSL 53.3º 0.78% 0.47% -
HSV(B) 53.3º 0.88% 0.84% -
XYZ 46.99 52.51 8.64 -
YUV 180.24 40.96 152.08 -
System Red Green Blue C M Y K H S L
Decimal 214 193 26 0 0.10 0.88 0.16 53.3 0.78 0.47
Hex D6 C1 1A 0 A 58 10 35 4E 2F
Octal 326 301 32 0 12 130 20 65 116 57
Binary 11010110 11000001 11010 0 1010 1011000 10000 110101 1001110 101111

Color Harmonies of #D6C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C11A

Black with #D6C11A

Text Example


Text Example

White with #D6C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C11A; }

 p { color: rgb(214,193,26); }

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

background-color css

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

 a { background-color: rgb(214,193,26); }

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

border-color css

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

 span { border-color: rgb(214,193,26); }

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