Html Css Color HEX #DCCC12 Sunflower

📋 copy color: '#DCCC12'

red 220 ◦ green 204 ◦ blue 18

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

Shades of Sunflower #DCCC12

Tints of Sunflower #DCCC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.15%

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

R = 49.77%
G = 46.15%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCCC12 (or 0xDCCC12) is known color: Sunflower. HEX triplet: DC, CC and 12. RGB value is (220,204,18). Sum of RGB (Red+Green+Blue) = 220+204+18=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC12 is #2333ED. Grayscale: #BCBCBC. Windows color (decimal): -2307054 or 1232092. OLE color: 1232092.

HSL color Cylindrical-coordinate representation of color #DCCC12: hue angle of 55.25º 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 #DCCC12 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 18 -
CMYK 0 0.07 0.92 0.14
HSL 55.25º 0.85% 0.47% -
HSV(B) 55.25º 0.92% 0.86% -
XYZ 51.22 58.45 9.15 -
YUV 187.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 220 204 18 0 0.07 0.92 0.14 55.25 0.85 0.47
Hex DC CC 12 0 7 5C E 37 55 2F
Octal 334 314 22 0 7 134 16 67 125 57
Binary 11011100 11001100 10010 0 111 1011100 1110 110111 1010101 101111

Color Harmonies of #DCCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC12

Black with #DCCC12

Text Example


Text Example

White with #DCCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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