Html Css Color HEX #DCC00F Sunflower

📋 copy color: '#DCC00F'

red 220 ◦ green 192 ◦ blue 15

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

Shades of Sunflower #DCC00F

Tints of Sunflower #DCC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

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

R = 51.52%
G = 44.96%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC00F (or 0xDCC00F) is known color: Sunflower. HEX triplet: DC, C0 and 0F. RGB value is (220,192,15). Sum of RGB (Red+Green+Blue) = 220+192+15=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC00F is #233FF0. Grayscale: #B4B4B4. Windows color (decimal): -2310129 or 1032412. OLE color: 1032412.

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

Color convert

RGB 220 192 15 -
CMYK 0 0.13 0.93 0.14
HSL 51.8º 0.87% 0.46% -
HSV(B) 51.8º 0.93% 0.86% -
XYZ 48.45 52.95 8.12 -
YUV 180.19 34.78 156.39 -
System Red Green Blue C M Y K H S L
Decimal 220 192 15 0 0.13 0.93 0.14 51.8 0.87 0.46
Hex DC C0 F 0 D 5D E 34 57 2E
Octal 334 300 17 0 15 135 16 64 127 56
Binary 11011100 11000000 1111 0 1101 1011101 1110 110100 1010111 101110

Color Harmonies of #DCC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC00F

Black with #DCC00F

Text Example


Text Example

White with #DCC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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