Html Css Color HEX #DCD00F Sunflower

📋 copy color: '#DCD00F'

red 220 ◦ green 208 ◦ blue 15

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

Shades of Sunflower #DCD00F

Tints of Sunflower #DCD00F

RGB

 RED value IS 220 (86.33% from 255) = 49.66%

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 49.66%
G = 46.95%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD00F (or 0xDCD00F) is known color: Sunflower. HEX triplet: DC, D0 and 0F. RGB value is (220,208,15). Sum of RGB (Red+Green+Blue) = 220+208+15=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD00F is #232FF0. Grayscale: #BEBEBE. Windows color (decimal): -2306033 or 1036508. OLE color: 1036508.

HSL color Cylindrical-coordinate representation of color #DCD00F: hue angle of 56.49º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCD00F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 15 -
CMYK 0 0.05 0.93 0.14
HSL 56.49º 0.87% 0.46% -
HSV(B) 56.49º 0.93% 0.86% -
XYZ 52.16 60.36 9.35 -
YUV 189.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 220 208 15 0 0.05 0.93 0.14 56.49 0.87 0.46
Hex DC D0 F 0 5 5D E 38 57 2E
Octal 334 320 17 0 5 135 16 70 127 56
Binary 11011100 11010000 1111 0 101 1011101 1110 111000 1010111 101110

Color Harmonies of #DCD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD00F

Black with #DCD00F

Text Example


Text Example

White with #DCD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD00F; }

 p { color: rgb(220,208,15); }

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

background-color css

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

 a { background-color: rgb(220,208,15); }

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

border-color css

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

 span { border-color: rgb(220,208,15); }

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