Html Css Color HEX #DFCD0D Sunflower

📋 copy color: '#DFCD0D'

red 223 ◦ green 205 ◦ blue 13

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

Shades of Sunflower #DFCD0D

Tints of Sunflower #DFCD0D

RGB

 RED value IS 223 (87.5% from 255) = 50.57%

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 50.57%
G = 46.49%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFCD0D (or 0xDFCD0D) is known color: Sunflower. HEX triplet: DF, CD and 0D. RGB value is (223,205,13). Sum of RGB (Red+Green+Blue) = 223+205+13=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD0D is #2032F2. Grayscale: #BDBDBD. Windows color (decimal): -2110195 or 904671. OLE color: 904671.

HSL color Cylindrical-coordinate representation of color #DFCD0D: hue angle of 54.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFCD0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 13 -
CMYK 0 0.08 0.94 0.13
HSL 54.86º 0.89% 0.46% -
HSV(B) 54.86º 0.94% 0.87% -
XYZ 52.34 59.38 9.08 -
YUV 188.49 28.96 152.61 -
System Red Green Blue C M Y K H S L
Decimal 223 205 13 0 0.08 0.94 0.13 54.86 0.89 0.46
Hex DF CD D 0 8 5E D 37 59 2E
Octal 337 315 15 0 10 136 15 67 131 56
Binary 11011111 11001101 1101 0 1000 1011110 1101 110111 1011001 101110

Color Harmonies of #DFCD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD0D

Black with #DFCD0D

Text Example


Text Example

White with #DFCD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD0D; }

 p { color: rgb(223,205,13); }

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

background-color css

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

 a { background-color: rgb(223,205,13); }

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

border-color css

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

 span { border-color: rgb(223,205,13); }

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