Html Css Color HEX #DCCF0D Sunflower

📋 copy color: '#DCCF0D'

red 220 ◦ green 207 ◦ blue 13

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

Shades of Sunflower #DCCF0D

Tints of Sunflower #DCCF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 50%
G = 47.05%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCCF0D (or 0xDCCF0D) is known color: Sunflower. HEX triplet: DC, CF and 0D. RGB value is (220,207,13). Sum of RGB (Red+Green+Blue) = 220+207+13=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF0D is #2330F2. Grayscale: #BDBDBD. Windows color (decimal): -2306291 or 905180. OLE color: 905180.

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

Color convert

RGB 220 207 13 -
CMYK 0 0.06 0.94 0.14
HSL 56.23º 0.89% 0.46% -
HSV(B) 56.23º 0.94% 0.86% -
XYZ 51.9 59.87 9.2 -
YUV 188.77 28.81 150.27 -
System Red Green Blue C M Y K H S L
Decimal 220 207 13 0 0.06 0.94 0.14 56.23 0.89 0.46
Hex DC CF D 0 6 5E E 38 59 2E
Octal 334 317 15 0 6 136 16 70 131 56
Binary 11011100 11001111 1101 0 110 1011110 1110 111000 1011001 101110

Color Harmonies of #DCCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF0D

Black with #DCCF0D

Text Example


Text Example

White with #DCCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF0D; }

 p { color: rgb(220,207,13); }

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

background-color css

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

 a { background-color: rgb(220,207,13); }

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

border-color css

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

 span { border-color: rgb(220,207,13); }

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