Html Css Color HEX #DCC40B Sunflower

📋 copy color: '#DCC40B'

red 220 ◦ green 196 ◦ blue 11

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

Shades of Sunflower #DCC40B

Tints of Sunflower #DCC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.9%

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 51.52%
G = 45.9%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC40B (or 0xDCC40B) is known color: Sunflower. HEX triplet: DC, C4 and 0B. RGB value is (220,196,11). Sum of RGB (Red+Green+Blue) = 220+196+11=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC40B is #233BF4. Grayscale: #B6B6B6. Windows color (decimal): -2309109 or 771292. OLE color: 771292.

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

Color convert

RGB 220 196 11 -
CMYK 0 0.11 0.95 0.14
HSL 53.11º 0.9% 0.45% -
HSV(B) 53.11º 0.95% 0.86% -
XYZ 49.32 54.72 8.28 -
YUV 182.09 31.45 155.04 -
System Red Green Blue C M Y K H S L
Decimal 220 196 11 0 0.11 0.95 0.14 53.11 0.9 0.45
Hex DC C4 B 0 B 5F E 35 5A 2D
Octal 334 304 13 0 13 137 16 65 132 55
Binary 11011100 11000100 1011 0 1011 1011111 1110 110101 1011010 101101

Color Harmonies of #DCC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC40B

Black with #DCC40B

Text Example


Text Example

White with #DCC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC40B; }

 p { color: rgb(220,196,11); }

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

background-color css

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

 a { background-color: rgb(220,196,11); }

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

border-color css

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

 span { border-color: rgb(220,196,11); }

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