Html Css Color HEX #DFCE0B Sunflower

📋 copy color: '#DFCE0B'

red 223 ◦ green 206 ◦ blue 11

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

Shades of Sunflower #DFCE0B

Tints of Sunflower #DFCE0B

RGB

 RED value IS 223 (87.5% from 255) = 50.68%

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

 BLUE value IS 11 (4.69% from 255) = 2.5%

R = 50.68%
G = 46.82%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFCE0B (or 0xDFCE0B) is known color: Sunflower. HEX triplet: DF, CE and 0B. RGB value is (223,206,11). Sum of RGB (Red+Green+Blue) = 223+206+11=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCE0B is #2031F4. Grayscale: #BDBDBD. Windows color (decimal): -2109941 or 773855. OLE color: 773855.

HSL color Cylindrical-coordinate representation of color #DFCE0B: hue angle of 55.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFCE0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 11 -
CMYK 0 0.08 0.95 0.13
HSL 55.19º 0.91% 0.46% -
HSV(B) 55.19º 0.95% 0.87% -
XYZ 52.56 59.85 9.1 -
YUV 188.85 27.63 152.36 -
System Red Green Blue C M Y K H S L
Decimal 223 206 11 0 0.08 0.95 0.13 55.19 0.91 0.46
Hex DF CE B 0 8 5F D 37 5B 2E
Octal 337 316 13 0 10 137 15 67 133 56
Binary 11011111 11001110 1011 0 1000 1011111 1101 110111 1011011 101110

Color Harmonies of #DFCE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE0B

Black with #DFCE0B

Text Example


Text Example

White with #DFCE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE0B; }

 p { color: rgb(223,206,11); }

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

background-color css

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

 a { background-color: rgb(223,206,11); }

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

border-color css

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

 span { border-color: rgb(223,206,11); }

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