Html Css Color HEX #DFCD02 Sunflower

📋 copy color: '#DFCD02'

red 223 ◦ green 205 ◦ blue 2

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

Shades of Sunflower #DFCD02

Tints of Sunflower #DFCD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.86%
G = 47.67%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFCD02 (or 0xDFCD02) is known color: Sunflower. HEX triplet: DF, CD and 02. RGB value is (223,205,2). Sum of RGB (Red+Green+Blue) = 223+205+2=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD02 is #2032FD. Grayscale: #BCBCBC. Windows color (decimal): -2110206 or 183775. OLE color: 183775.

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

Color convert

RGB 223 205 2 -
CMYK 0 0.08 0.99 0.13
HSL 55.11º 0.98% 0.44% -
HSV(B) 55.11º 0.99% 0.87% -
XYZ 52.27 59.36 8.76 -
YUV 187.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 223 205 2 0 0.08 0.99 0.13 55.11 0.98 0.44
Hex DF CD 2 0 8 63 D 37 62 2C
Octal 337 315 2 0 10 143 15 67 142 54
Binary 11011111 11001101 10 0 1000 1100011 1101 110111 1100010 101100

Color Harmonies of #DFCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD02

Black with #DFCD02

Text Example


Text Example

White with #DFCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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