Html Css Color HEX #DCC227 Sunflower

📋 copy color: '#DCC227'

red 220 ◦ green 194 ◦ blue 39

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

Shades of Sunflower #DCC227

Tints of Sunflower #DCC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.61%

R = 48.57%
G = 42.83%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCC227 (or 0xDCC227) is known color: Sunflower. HEX triplet: DC, C2 and 27. RGB value is (220,194,39). Sum of RGB (Red+Green+Blue) = 220+194+39=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC227 is #233DD8. Grayscale: #B8B8B8. Windows color (decimal): -2309593 or 2605788. OLE color: 2605788.

HSL color Cylindrical-coordinate representation of color #DCC227: hue angle of 51.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCC227 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 39 -
CMYK 0 0.12 0.82 0.14
HSL 51.38º 0.72% 0.51% -
HSV(B) 51.38º 0.82% 0.86% -
XYZ 49.17 53.95 9.74 -
YUV 184.1 46.11 153.6 -
System Red Green Blue C M Y K H S L
Decimal 220 194 39 0 0.12 0.82 0.14 51.38 0.72 0.51
Hex DC C2 27 0 C 52 E 33 48 33
Octal 334 302 47 0 14 122 16 63 110 63
Binary 11011100 11000010 100111 0 1100 1010010 1110 110011 1001000 110011

Color Harmonies of #DCC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC227

Black with #DCC227

Text Example


Text Example

White with #DCC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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