Html Css Color HEX #D6BC29 Sunflower

📋 copy color: '#D6BC29'

red 214 ◦ green 188 ◦ blue 41

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

Shades of Sunflower #D6BC29

Tints of Sunflower #D6BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 41 (16.41% from 255) = 9.26%

R = 48.31%
G = 42.44%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6BC29 (or 0xD6BC29) is known color: Sunflower. HEX triplet: D6, BC and 29. RGB value is (214,188,41). Sum of RGB (Red+Green+Blue) = 214+188+41=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC29 is #2943D6. Grayscale: #B3B3B3. Windows color (decimal): -2704343 or 2735318. OLE color: 2735318.

HSL color Cylindrical-coordinate representation of color #D6BC29: hue angle of 50.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6BC29 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 188 41 -
CMYK 0 0.12 0.81 0.16
HSL 50.98º 0.68% 0.5% -
HSV(B) 50.98º 0.81% 0.84% -
XYZ 46.12 50.42 9.4 -
YUV 179.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 214 188 41 0 0.12 0.81 0.16 50.98 0.68 0.5
Hex D6 BC 29 0 C 51 10 33 44 32
Octal 326 274 51 0 14 121 20 63 104 62
Binary 11010110 10111100 101001 0 1100 1010001 10000 110011 1000100 110010

Color Harmonies of #D6BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC29

Black with #D6BC29

Text Example


Text Example

White with #D6BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC29; }

 p { color: rgb(214,188,41); }

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

background-color css

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

 a { background-color: rgb(214,188,41); }

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

border-color css

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

 span { border-color: rgb(214,188,41); }

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