Html Css Color HEX #DCCE12 Sunflower

📋 copy color: '#DCCE12'

red 220 ◦ green 206 ◦ blue 18

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

Shades of Sunflower #DCCE12

Tints of Sunflower #DCCE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.4%

 BLUE value IS 18 (7.42% from 255) = 4.05%

R = 49.55%
G = 46.4%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCCE12 (or 0xDCCE12) is known color: Sunflower. HEX triplet: DC, CE and 12. RGB value is (220,206,18). Sum of RGB (Red+Green+Blue) = 220+206+18=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE12 is #2331ED. Grayscale: #BDBDBD. Windows color (decimal): -2306542 or 1232604. OLE color: 1232604.

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

Color convert

RGB 220 206 18 -
CMYK 0 0.06 0.92 0.14
HSL 55.84º 0.85% 0.47% -
HSV(B) 55.84º 0.92% 0.86% -
XYZ 51.7 59.4 9.31 -
YUV 188.75 31.64 150.29 -
System Red Green Blue C M Y K H S L
Decimal 220 206 18 0 0.06 0.92 0.14 55.84 0.85 0.47
Hex DC CE 12 0 6 5C E 38 55 2F
Octal 334 316 22 0 6 134 16 70 125 57
Binary 11011100 11001110 10010 0 110 1011100 1110 111000 1010101 101111

Color Harmonies of #DCCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE12

Black with #DCCE12

Text Example


Text Example

White with #DCCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE12; }

 p { color: rgb(220,206,18); }

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

background-color css

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

 a { background-color: rgb(220,206,18); }

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

border-color css

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

 span { border-color: rgb(220,206,18); }

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