Html Css Color HEX #DCC02B Sunflower

📋 copy color: '#DCC02B'

red 220 ◦ green 192 ◦ blue 43

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

Shades of Sunflower #DCC02B

Tints of Sunflower #DCC02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 43 (17.19% from 255) = 9.45%

R = 48.35%
G = 42.2%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCC02B (or 0xDCC02B) is known color: Sunflower. HEX triplet: DC, C0 and 2B. RGB value is (220,192,43). Sum of RGB (Red+Green+Blue) = 220+192+43=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC02B is #233FD4. Grayscale: #B8B8B8. Windows color (decimal): -2310101 or 2867420. OLE color: 2867420.

HSL color Cylindrical-coordinate representation of color #DCC02B: hue angle of 50.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCC02B is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 43 -
CMYK 0 0.13 0.80 0.14
HSL 50.51º 0.72% 0.52% -
HSV(B) 50.51º 0.8% 0.86% -
XYZ 48.8 53.09 9.96 -
YUV 183.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 220 192 43 0 0.13 0.80 0.14 50.51 0.72 0.52
Hex DC C0 2B 0 D 50 E 33 48 34
Octal 334 300 53 0 15 120 16 63 110 64
Binary 11011100 11000000 101011 0 1101 1010000 1110 110011 1001000 110100

Color Harmonies of #DCC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC02B

Black with #DCC02B

Text Example


Text Example

White with #DCC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC02B; }

 p { color: rgb(220,192,43); }

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

background-color css

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

 a { background-color: rgb(220,192,43); }

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

border-color css

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

 span { border-color: rgb(220,192,43); }

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