Html Css Color HEX #DCC30C Sunflower

📋 copy color: '#DCC30C'

red 220 ◦ green 195 ◦ blue 12

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

Shades of Sunflower #DCC30C

Tints of Sunflower #DCC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.81%

R = 51.52%
G = 45.67%
B = 2.81%

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

#DCC30C (or 0xDCC30C) is known color: Sunflower. HEX triplet: DC, C3 and 0C. RGB value is (220,195,12). Sum of RGB (Red+Green+Blue) = 220+195+12=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC30C is #233CF3. Grayscale: #B6B6B6. Windows color (decimal): -2309364 or 836572. OLE color: 836572.

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

Color convert

RGB 220 195 12 -
CMYK 0 0.11 0.95 0.14
HSL 52.79º 0.9% 0.45% -
HSV(B) 52.79º 0.95% 0.86% -
XYZ 49.1 54.27 8.24 -
YUV 181.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 220 195 12 0 0.11 0.95 0.14 52.79 0.9 0.45
Hex DC C3 C 0 B 5F E 35 5A 2D
Octal 334 303 14 0 13 137 16 65 132 55
Binary 11011100 11000011 1100 0 1011 1011111 1110 110101 1011010 101101

Color Harmonies of #DCC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC30C

Black with #DCC30C

Text Example


Text Example

White with #DCC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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