Html Css Color HEX #DCC21B Sunflower

📋 copy color: '#DCC21B'

red 220 ◦ green 194 ◦ blue 27

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

Shades of Sunflower #DCC21B

Tints of Sunflower #DCC21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

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

R = 49.89%
G = 43.99%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC21B (or 0xDCC21B) is known color: Sunflower. HEX triplet: DC, C2 and 1B. RGB value is (220,194,27). Sum of RGB (Red+Green+Blue) = 220+194+27=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC21B is #233DE4. Grayscale: #B7B7B7. Windows color (decimal): -2309605 or 1819356. OLE color: 1819356.

HSL color Cylindrical-coordinate representation of color #DCC21B: hue angle of 51.92º 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 #DCC21B is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 27 -
CMYK 0 0.12 0.88 0.14
HSL 51.92º 0.78% 0.48% -
HSV(B) 51.92º 0.88% 0.86% -
XYZ 49 53.88 8.85 -
YUV 182.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 220 194 27 0 0.12 0.88 0.14 51.92 0.78 0.48
Hex DC C2 1B 0 C 58 E 34 4E 30
Octal 334 302 33 0 14 130 16 64 116 60
Binary 11011100 11000010 11011 0 1100 1011000 1110 110100 1001110 110000

Color Harmonies of #DCC21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC21B

Black with #DCC21B

Text Example


Text Example

White with #DCC21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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