Html Css Color HEX #DCC71B Sunflower

📋 copy color: '#DCC71B'

red 220 ◦ green 199 ◦ blue 27

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

Shades of Sunflower #DCC71B

Tints of Sunflower #DCC71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.62%

 BLUE value IS 27 (10.94% from 255) = 6.05%

R = 49.33%
G = 44.62%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC71B (or 0xDCC71B) is known color: Sunflower. HEX triplet: DC, C7 and 1B. RGB value is (220,199,27). Sum of RGB (Red+Green+Blue) = 220+199+27=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC71B is #2338E4. Grayscale: #BABABA. Windows color (decimal): -2308325 or 1820636. OLE color: 1820636.

HSL color Cylindrical-coordinate representation of color #DCC71B: hue angle of 53.47º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCC71B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 27 -
CMYK 0 0.10 0.88 0.14
HSL 53.47º 0.78% 0.48% -
HSV(B) 53.47º 0.88% 0.86% -
XYZ 50.14 56.14 9.23 -
YUV 185.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 220 199 27 0 0.10 0.88 0.14 53.47 0.78 0.48
Hex DC C7 1B 0 A 58 E 35 4E 30
Octal 334 307 33 0 12 130 16 65 116 60
Binary 11011100 11000111 11011 0 1010 1011000 1110 110101 1001110 110000

Color Harmonies of #DCC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC71B

Black with #DCC71B

Text Example


Text Example

White with #DCC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC71B; }

 p { color: rgb(220,199,27); }

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

background-color css

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

 a { background-color: rgb(220,199,27); }

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

border-color css

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

 span { border-color: rgb(220,199,27); }

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