Html Css Color HEX #DCCF0C Sunflower

📋 copy color: '#DCCF0C'

red 220 ◦ green 207 ◦ blue 12

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

Shades of Sunflower #DCCF0C

Tints of Sunflower #DCCF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 50.11%
G = 47.15%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCCF0C (or 0xDCCF0C) is known color: Sunflower. HEX triplet: DC, CF and 0C. RGB value is (220,207,12). Sum of RGB (Red+Green+Blue) = 220+207+12=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF0C is #2330F3. Grayscale: #BDBDBD. Windows color (decimal): -2306292 or 839644. OLE color: 839644.

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

Color convert

RGB 220 207 12 -
CMYK 0 0.06 0.95 0.14
HSL 56.25º 0.9% 0.45% -
HSV(B) 56.25º 0.95% 0.86% -
XYZ 51.89 59.87 9.17 -
YUV 188.66 28.31 150.36 -
System Red Green Blue C M Y K H S L
Decimal 220 207 12 0 0.06 0.95 0.14 56.25 0.9 0.45
Hex DC CF C 0 6 5F E 38 5A 2D
Octal 334 317 14 0 6 137 16 70 132 55
Binary 11011100 11001111 1100 0 110 1011111 1110 111000 1011010 101101

Color Harmonies of #DCCF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF0C

Black with #DCCF0C

Text Example


Text Example

White with #DCCF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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