Html Css Color HEX #DCC308 Sunflower

📋 copy color: '#DCC308'

red 220 ◦ green 195 ◦ blue 8

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

Shades of Sunflower #DCC308

Tints of Sunflower #DCC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.1%

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 52.01%
G = 46.1%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCC308 (or 0xDCC308) is known color: Sunflower. HEX triplet: DC, C3 and 08. RGB value is (220,195,8). Sum of RGB (Red+Green+Blue) = 220+195+8=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC308 is #233CF7. Grayscale: #B5B5B5. Windows color (decimal): -2309368 or 574428. OLE color: 574428.

HSL color Cylindrical-coordinate representation of color #DCC308: hue angle of 52.92º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCC308 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 8 -
CMYK 0 0.11 0.96 0.14
HSL 52.92º 0.93% 0.45% -
HSV(B) 52.92º 0.96% 0.86% -
XYZ 49.07 54.26 8.12 -
YUV 181.16 30.28 155.71 -
System Red Green Blue C M Y K H S L
Decimal 220 195 8 0 0.11 0.96 0.14 52.92 0.93 0.45
Hex DC C3 8 0 B 60 E 35 5D 2D
Octal 334 303 10 0 13 140 16 65 135 55
Binary 11011100 11000011 1000 0 1011 1100000 1110 110101 1011101 101101

Color Harmonies of #DCC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC308

Black with #DCC308

Text Example


Text Example

White with #DCC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC308; }

 p { color: rgb(220,195,8); }

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

background-color css

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

 a { background-color: rgb(220,195,8); }

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

border-color css

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

 span { border-color: rgb(220,195,8); }

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