Html Css Color HEX #DDC61B Sunflower

📋 copy color: '#DDC61B'

red 221 ◦ green 198 ◦ blue 27

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

Shades of Sunflower #DDC61B

Tints of Sunflower #DDC61B

RGB

 RED value IS 221 (86.72% from 255) = 49.55%

 GREEN value IS 198 (77.73% from 255) = 44.39%

 BLUE value IS 27 (10.94% from 255) = 6.05%

R = 49.55%
G = 44.39%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDC61B (or 0xDDC61B) is known color: Sunflower. HEX triplet: DD, C6 and 1B. RGB value is (221,198,27). Sum of RGB (Red+Green+Blue) = 221+198+27=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC61B is #2239E4. Grayscale: #BABABA. Windows color (decimal): -2243045 or 1820381. OLE color: 1820381.

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

Color convert

RGB 221 198 27 -
CMYK 0 0.10 0.88 0.13
HSL 52.89º 0.78% 0.49% -
HSV(B) 52.89º 0.88% 0.87% -
XYZ 50.21 55.84 9.17 -
YUV 185.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 221 198 27 0 0.10 0.88 0.13 52.89 0.78 0.49
Hex DD C6 1B 0 A 58 D 35 4E 31
Octal 335 306 33 0 12 130 15 65 116 61
Binary 11011101 11000110 11011 0 1010 1011000 1101 110101 1001110 110001

Color Harmonies of #DDC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC61B

Black with #DDC61B

Text Example


Text Example

White with #DDC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC61B; }

 p { color: rgb(221,198,27); }

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

background-color css

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

 a { background-color: rgb(221,198,27); }

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

border-color css

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

 span { border-color: rgb(221,198,27); }

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