Html Css Color HEX #DFCB0B Sunflower

📋 copy color: '#DFCB0B'

red 223 ◦ green 203 ◦ blue 11

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

Shades of Sunflower #DFCB0B

Tints of Sunflower #DFCB0B

RGB

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

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

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

R = 51.03%
G = 46.45%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFCB0B (or 0xDFCB0B) is known color: Sunflower. HEX triplet: DF, CB and 0B. RGB value is (223,203,11). Sum of RGB (Red+Green+Blue) = 223+203+11=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB0B is #2034F4. Grayscale: #BBBBBB. Windows color (decimal): -2110709 or 773087. OLE color: 773087.

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

Color convert

RGB 223 203 11 -
CMYK 0 0.09 0.95 0.13
HSL 54.34º 0.91% 0.46% -
HSV(B) 54.34º 0.95% 0.87% -
XYZ 51.85 58.42 8.86 -
YUV 187.09 28.63 153.61 -
System Red Green Blue C M Y K H S L
Decimal 223 203 11 0 0.09 0.95 0.13 54.34 0.91 0.46
Hex DF CB B 0 9 5F D 36 5B 2E
Octal 337 313 13 0 11 137 15 66 133 56
Binary 11011111 11001011 1011 0 1001 1011111 1101 110110 1011011 101110

Color Harmonies of #DFCB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB0B

Black with #DFCB0B

Text Example


Text Example

White with #DFCB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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