Html Css Color HEX #DDC315 Sunflower

📋 copy color: '#DDC315'

red 221 ◦ green 195 ◦ blue 21

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

Shades of Sunflower #DDC315

Tints of Sunflower #DDC315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

 BLUE value IS 21 (8.59% from 255) = 4.81%

R = 50.57%
G = 44.62%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDC315 (or 0xDDC315) is known color: Sunflower. HEX triplet: DD, C3 and 15. RGB value is (221,195,21). Sum of RGB (Red+Green+Blue) = 221+195+21=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC315 is #223CEA. Grayscale: #B7B7B7. Windows color (decimal): -2243819 or 1426397. OLE color: 1426397.

HSL color Cylindrical-coordinate representation of color #DDC315: hue angle of 52.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC315 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 21 -
CMYK 0 0.12 0.90 0.13
HSL 52.2º 0.83% 0.47% -
HSV(B) 52.2º 0.9% 0.87% -
XYZ 49.47 54.46 8.61 -
YUV 182.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 221 195 21 0 0.12 0.90 0.13 52.2 0.83 0.47
Hex DD C3 15 0 C 5A D 34 53 2F
Octal 335 303 25 0 14 132 15 64 123 57
Binary 11011101 11000011 10101 0 1100 1011010 1101 110100 1010011 101111

Color Harmonies of #DDC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC315

Black with #DDC315

Text Example


Text Example

White with #DDC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC315; }

 p { color: rgb(221,195,21); }

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

background-color css

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

 a { background-color: rgb(221,195,21); }

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

border-color css

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

 span { border-color: rgb(221,195,21); }

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