Html Css Color HEX #DCBF08 Sunflower

📋 copy color: '#DCBF08'

red 220 ◦ green 191 ◦ blue 8

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

Shades of Sunflower #DCBF08

Tints of Sunflower #DCBF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 52.51%
G = 45.58%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCBF08 (or 0xDCBF08) is known color: Sunflower. HEX triplet: DC, BF and 08. RGB value is (220,191,8). Sum of RGB (Red+Green+Blue) = 220+191+8=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF08 is #2340F7. Grayscale: #B3B3B3. Windows color (decimal): -2310392 or 573404. OLE color: 573404.

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

Color convert

RGB 220 191 8 -
CMYK 0 0.13 0.96 0.14
HSL 51.79º 0.93% 0.45% -
HSV(B) 51.79º 0.96% 0.86% -
XYZ 48.19 52.49 7.82 -
YUV 178.81 31.61 157.38 -
System Red Green Blue C M Y K H S L
Decimal 220 191 8 0 0.13 0.96 0.14 51.79 0.93 0.45
Hex DC BF 8 0 D 60 E 34 5D 2D
Octal 334 277 10 0 15 140 16 64 135 55
Binary 11011100 10111111 1000 0 1101 1100000 1110 110100 1011101 101101

Color Harmonies of #DCBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF08

Black with #DCBF08

Text Example


Text Example

White with #DCBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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