Html Css Color HEX #DDC023 Sunflower

📋 copy color: '#DDC023'

red 221 ◦ green 192 ◦ blue 35

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

Shades of Sunflower #DDC023

Tints of Sunflower #DDC023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.81%

R = 49.33%
G = 42.86%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDC023 (or 0xDDC023) is known color: Sunflower. HEX triplet: DD, C0 and 23. RGB value is (221,192,35). Sum of RGB (Red+Green+Blue) = 221+192+35=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC023 is #223FDC. Grayscale: #B7B7B7. Windows color (decimal): -2244573 or 2343133. OLE color: 2343133.

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

Color convert

RGB 221 192 35 -
CMYK 0 0.13 0.84 0.13
HSL 50.65º 0.73% 0.5% -
HSV(B) 50.65º 0.84% 0.87% -
XYZ 48.97 53.19 9.28 -
YUV 182.77 44.61 155.27 -
System Red Green Blue C M Y K H S L
Decimal 221 192 35 0 0.13 0.84 0.13 50.65 0.73 0.5
Hex DD C0 23 0 D 54 D 33 49 32
Octal 335 300 43 0 15 124 15 63 111 62
Binary 11011101 11000000 100011 0 1101 1010100 1101 110011 1001001 110010

Color Harmonies of #DDC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC023

Black with #DDC023

Text Example


Text Example

White with #DDC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC023; }

 p { color: rgb(221,192,35); }

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

background-color css

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

 a { background-color: rgb(221,192,35); }

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

border-color css

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

 span { border-color: rgb(221,192,35); }

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