Html Css Color HEX #DCCD0C Sunflower

📋 copy color: '#DCCD0C'

red 220 ◦ green 205 ◦ blue 12

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

Shades of Sunflower #DCCD0C

Tints of Sunflower #DCCD0C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.91%

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

R = 50.34%
G = 46.91%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCCD0C (or 0xDCCD0C) is known color: Sunflower. HEX triplet: DC, CD and 0C. RGB value is (220,205,12). Sum of RGB (Red+Green+Blue) = 220+205+12=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD0C is #2332F3. Grayscale: #BCBCBC. Windows color (decimal): -2306804 or 839132. OLE color: 839132.

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

Color convert

RGB 220 205 12 -
CMYK 0 0.07 0.95 0.14
HSL 55.67º 0.9% 0.45% -
HSV(B) 55.67º 0.95% 0.86% -
XYZ 51.41 58.9 9.01 -
YUV 187.48 28.97 151.19 -
System Red Green Blue C M Y K H S L
Decimal 220 205 12 0 0.07 0.95 0.14 55.67 0.9 0.45
Hex DC CD C 0 7 5F E 38 5A 2D
Octal 334 315 14 0 7 137 16 70 132 55
Binary 11011100 11001101 1100 0 111 1011111 1110 111000 1011010 101101

Color Harmonies of #DCCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD0C

Black with #DCCD0C

Text Example


Text Example

White with #DCCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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