Html Css Color HEX #DDCF14 Sunflower

📋 copy color: '#DDCF14'

red 221 ◦ green 207 ◦ blue 20

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

Shades of Sunflower #DDCF14

Tints of Sunflower #DDCF14

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.21%

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 49.33%
G = 46.21%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDCF14 (or 0xDDCF14) is known color: Sunflower. HEX triplet: DD, CF and 14. RGB value is (221,207,20). Sum of RGB (Red+Green+Blue) = 221+207+20=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF14 is #2230EB. Grayscale: #BEBEBE. Windows color (decimal): -2240748 or 1363933. OLE color: 1363933.

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

Color convert

RGB 221 207 20 -
CMYK 0 0.06 0.91 0.13
HSL 55.82º 0.83% 0.47% -
HSV(B) 55.82º 0.91% 0.87% -
XYZ 52.26 60.05 9.5 -
YUV 189.87 32.14 150.21 -
System Red Green Blue C M Y K H S L
Decimal 221 207 20 0 0.06 0.91 0.13 55.82 0.83 0.47
Hex DD CF 14 0 6 5B D 38 53 2F
Octal 335 317 24 0 6 133 15 70 123 57
Binary 11011101 11001111 10100 0 110 1011011 1101 111000 1010011 101111

Color Harmonies of #DDCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF14

Black with #DDCF14

Text Example


Text Example

White with #DDCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF14; }

 p { color: rgb(221,207,20); }

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

background-color css

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

 a { background-color: rgb(221,207,20); }

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

border-color css

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

 span { border-color: rgb(221,207,20); }

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