Html Css Color HEX #DDC125 Sunflower

📋 copy color: '#DDC125'

red 221 ◦ green 193 ◦ blue 37

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

Shades of Sunflower #DDC125

Tints of Sunflower #DDC125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.2%

R = 49%
G = 42.79%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDC125 (or 0xDDC125) is known color: Sunflower. HEX triplet: DD, C1 and 25. RGB value is (221,193,37). Sum of RGB (Red+Green+Blue) = 221+193+37=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC125 is #223EDA. Grayscale: #B8B8B8. Windows color (decimal): -2244315 or 2474461. OLE color: 2474461.

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

Color convert

RGB 221 193 37 -
CMYK 0 0.13 0.83 0.13
HSL 50.87º 0.73% 0.51% -
HSV(B) 50.87º 0.83% 0.87% -
XYZ 49.22 53.65 9.51 -
YUV 183.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 221 193 37 0 0.13 0.83 0.13 50.87 0.73 0.51
Hex DD C1 25 0 D 53 D 33 49 33
Octal 335 301 45 0 15 123 15 63 111 63
Binary 11011101 11000001 100101 0 1101 1010011 1101 110011 1001001 110011

Color Harmonies of #DDC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC125

Black with #DDC125

Text Example


Text Example

White with #DDC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC125; }

 p { color: rgb(221,193,37); }

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

background-color css

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

 a { background-color: rgb(221,193,37); }

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

border-color css

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

 span { border-color: rgb(221,193,37); }

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