Html Css Color HEX #DCBF0B Sunflower

📋 copy color: '#DCBF0B'

red 220 ◦ green 191 ◦ blue 11

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

Shades of Sunflower #DCBF0B

Tints of Sunflower #DCBF0B

RGB

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

 GREEN value IS 191 (75% from 255) = 45.26%

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

R = 52.13%
G = 45.26%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCBF0B (or 0xDCBF0B) is known color: Sunflower. HEX triplet: DC, BF and 0B. RGB value is (220,191,11). Sum of RGB (Red+Green+Blue) = 220+191+11=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF0B is #2340F4. Grayscale: #B3B3B3. Windows color (decimal): -2310389 or 770012. OLE color: 770012.

HSL color Cylindrical-coordinate representation of color #DCBF0B: hue angle of 51.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCBF0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 11 -
CMYK 0 0.13 0.95 0.14
HSL 51.67º 0.9% 0.45% -
HSV(B) 51.67º 0.95% 0.86% -
XYZ 48.21 52.5 7.91 -
YUV 179.15 33.11 157.14 -
System Red Green Blue C M Y K H S L
Decimal 220 191 11 0 0.13 0.95 0.14 51.67 0.9 0.45
Hex DC BF B 0 D 5F E 34 5A 2D
Octal 334 277 13 0 15 137 16 64 132 55
Binary 11011100 10111111 1011 0 1101 1011111 1110 110100 1011010 101101

Color Harmonies of #DCBF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF0B

Black with #DCBF0B

Text Example


Text Example

White with #DCBF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF0B; }

 p { color: rgb(220,191,11); }

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

background-color css

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

 a { background-color: rgb(220,191,11); }

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

border-color css

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

 span { border-color: rgb(220,191,11); }

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