Html Css Color HEX #DFCF0B Sunflower

📋 copy color: '#DFCF0B'

red 223 ◦ green 207 ◦ blue 11

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

Shades of Sunflower #DFCF0B

Tints of Sunflower #DFCF0B

RGB

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

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

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

R = 50.57%
G = 46.94%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFCF0B (or 0xDFCF0B) is known color: Sunflower. HEX triplet: DF, CF and 0B. RGB value is (223,207,11). Sum of RGB (Red+Green+Blue) = 223+207+11=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF0B is #2030F4. Grayscale: #BEBEBE. Windows color (decimal): -2109685 or 774111. OLE color: 774111.

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

Color convert

RGB 223 207 11 -
CMYK 0 0.07 0.95 0.13
HSL 55.47º 0.91% 0.46% -
HSV(B) 55.47º 0.95% 0.87% -
XYZ 52.8 60.34 9.18 -
YUV 189.44 27.3 151.94 -
System Red Green Blue C M Y K H S L
Decimal 223 207 11 0 0.07 0.95 0.13 55.47 0.91 0.46
Hex DF CF B 0 7 5F D 37 5B 2E
Octal 337 317 13 0 7 137 15 67 133 56
Binary 11011111 11001111 1011 0 111 1011111 1101 110111 1011011 101110

Color Harmonies of #DFCF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF0B

Black with #DFCF0B

Text Example


Text Example

White with #DFCF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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