Html Css Color HEX #DCBF0A Sunflower

📋 copy color: '#DCBF0A'

red 220 ◦ green 191 ◦ blue 10

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

Shades of Sunflower #DCBF0A

Tints of Sunflower #DCBF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 52.26%
G = 45.37%
B = 2.38%

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

#DCBF0A (or 0xDCBF0A) is known color: Sunflower. HEX triplet: DC, BF and 0A. RGB value is (220,191,10). Sum of RGB (Red+Green+Blue) = 220+191+10=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF0A is #2340F5. Grayscale: #B3B3B3. Windows color (decimal): -2310390 or 704476. OLE color: 704476.

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

Color convert

RGB 220 191 10 -
CMYK 0 0.13 0.95 0.14
HSL 51.71º 0.91% 0.45% -
HSV(B) 51.71º 0.95% 0.86% -
XYZ 48.2 52.5 7.88 -
YUV 179.04 32.61 157.22 -
System Red Green Blue C M Y K H S L
Decimal 220 191 10 0 0.13 0.95 0.14 51.71 0.91 0.45
Hex DC BF A 0 D 5F E 34 5B 2D
Octal 334 277 12 0 15 137 16 64 133 55
Binary 11011100 10111111 1010 0 1101 1011111 1110 110100 1011011 101101

Color Harmonies of #DCBF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF0A

Black with #DCBF0A

Text Example


Text Example

White with #DCBF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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