Html Css Color HEX #D6C01D Sunflower

📋 copy color: '#D6C01D'

red 214 ◦ green 192 ◦ blue 29

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

Shades of Sunflower #D6C01D

Tints of Sunflower #D6C01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.14%

 BLUE value IS 29 (11.72% from 255) = 6.67%

R = 49.2%
G = 44.14%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6C01D (or 0xD6C01D) is known color: Sunflower. HEX triplet: D6, C0 and 1D. RGB value is (214,192,29). Sum of RGB (Red+Green+Blue) = 214+192+29=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C01D is #293FE2. Grayscale: #B4B4B4. Windows color (decimal): -2703331 or 1949910. OLE color: 1949910.

HSL color Cylindrical-coordinate representation of color #D6C01D: hue angle of 52.86º degrees, saturation: 0.76, 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 #D6C01D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 29 -
CMYK 0 0.10 0.86 0.16
HSL 52.86º 0.76% 0.48% -
HSV(B) 52.86º 0.86% 0.84% -
XYZ 46.8 52.08 8.75 -
YUV 180 42.79 152.25 -
System Red Green Blue C M Y K H S L
Decimal 214 192 29 0 0.10 0.86 0.16 52.86 0.76 0.48
Hex D6 C0 1D 0 A 56 10 35 4C 30
Octal 326 300 35 0 12 126 20 65 114 60
Binary 11010110 11000000 11101 0 1010 1010110 10000 110101 1001100 110000

Color Harmonies of #D6C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C01D

Black with #D6C01D

Text Example


Text Example

White with #D6C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C01D; }

 p { color: rgb(214,192,29); }

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

background-color css

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

 a { background-color: rgb(214,192,29); }

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

border-color css

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

 span { border-color: rgb(214,192,29); }

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