Html Css Color HEX #DFC230 Bright Sun

📋 copy color: '#DFC230'

red 223 ◦ green 194 ◦ blue 48

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

Shades of Bright Sun #DFC230

Tints of Bright Sun #DFC230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.72%

 BLUE value IS 48 (19.14% from 255) = 10.32%

R = 47.96%
G = 41.72%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFC230 (or 0xDFC230) is known color: Bright Sun. HEX triplet: DF, C2 and 30. RGB value is (223,194,48). Sum of RGB (Red+Green+Blue) = 223+194+48=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC230 is #203DCF. Grayscale: #BABABA. Windows color (decimal): -2112976 or 3195615. OLE color: 3195615.

HSL color Cylindrical-coordinate representation of color #DFC230: hue angle of 50.06º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC230 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 48 -
CMYK 0 0.13 0.78 0.13
HSL 50.06º 0.73% 0.53% -
HSV(B) 50.06º 0.78% 0.87% -
XYZ 50.26 54.48 10.66 -
YUV 186.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 223 194 48 0 0.13 0.78 0.13 50.06 0.73 0.53
Hex DF C2 30 0 D 4E D 32 49 35
Octal 337 302 60 0 15 116 15 62 111 65
Binary 11011111 11000010 110000 0 1101 1001110 1101 110010 1001001 110101

Color Harmonies of #DFC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC230

Black with #DFC230

Text Example


Text Example

White with #DFC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC230; }

 p { color: rgb(223,194,48); }

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

background-color css

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

 a { background-color: rgb(223,194,48); }

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

border-color css

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

 span { border-color: rgb(223,194,48); }

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