Html Css Color HEX #DCBF06 Sunflower

📋 copy color: '#DCBF06'

red 220 ◦ green 191 ◦ blue 6

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

Shades of Sunflower #DCBF06

Tints of Sunflower #DCBF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 52.76%
G = 45.8%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCBF06 (or 0xDCBF06) is known color: Sunflower. HEX triplet: DC, BF and 06. RGB value is (220,191,6). Sum of RGB (Red+Green+Blue) = 220+191+6=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF06 is #2340F9. Grayscale: #B3B3B3. Windows color (decimal): -2310394 or 442332. OLE color: 442332.

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

Color convert

RGB 220 191 6 -
CMYK 0 0.13 0.97 0.14
HSL 51.87º 0.95% 0.44% -
HSV(B) 51.87º 0.97% 0.86% -
XYZ 48.18 52.49 7.76 -
YUV 178.58 30.61 157.54 -
System Red Green Blue C M Y K H S L
Decimal 220 191 6 0 0.13 0.97 0.14 51.87 0.95 0.44
Hex DC BF 6 0 D 61 E 34 5F 2C
Octal 334 277 6 0 15 141 16 64 137 54
Binary 11011100 10111111 110 0 1101 1100001 1110 110100 1011111 101100

Color Harmonies of #DCBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF06

Black with #DCBF06

Text Example


Text Example

White with #DCBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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