Html Css Color HEX #DFCB1F Sunflower

📋 copy color: '#DFCB1F'

red 223 ◦ green 203 ◦ blue 31

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

Shades of Sunflower #DFCB1F

Tints of Sunflower #DFCB1F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 31 (12.5% from 255) = 6.78%

R = 48.8%
G = 44.42%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFCB1F (or 0xDFCB1F) is known color: Sunflower. HEX triplet: DF, CB and 1F. RGB value is (223,203,31). Sum of RGB (Red+Green+Blue) = 223+203+31=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB1F is #2034E0. Grayscale: #BEBEBE. Windows color (decimal): -2110689 or 2083807. OLE color: 2083807.

HSL color Cylindrical-coordinate representation of color #DFCB1F: hue angle of 53.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFCB1F is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 203 31 -
CMYK 0 0.09 0.86 0.13
HSL 53.75º 0.76% 0.5% -
HSV(B) 53.75º 0.86% 0.87% -
XYZ 52.03 58.5 9.85 -
YUV 189.37 38.63 151.99 -
System Red Green Blue C M Y K H S L
Decimal 223 203 31 0 0.09 0.86 0.13 53.75 0.76 0.5
Hex DF CB 1F 0 9 56 D 36 4C 32
Octal 337 313 37 0 11 126 15 66 114 62
Binary 11011111 11001011 11111 0 1001 1010110 1101 110110 1001100 110010

Color Harmonies of #DFCB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB1F

Black with #DFCB1F

Text Example


Text Example

White with #DFCB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB1F; }

 p { color: rgb(223,203,31); }

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

background-color css

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

 a { background-color: rgb(223,203,31); }

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

border-color css

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

 span { border-color: rgb(223,203,31); }

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