Html Css Color HEX #DCCB13 Sunflower

📋 copy color: '#DCCB13'

red 220 ◦ green 203 ◦ blue 19

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

Shades of Sunflower #DCCB13

Tints of Sunflower #DCCB13

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 19 (7.81% from 255) = 4.3%

R = 49.77%
G = 45.93%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCCB13 (or 0xDCCB13) is known color: Sunflower. HEX triplet: DC, CB and 13. RGB value is (220,203,19). Sum of RGB (Red+Green+Blue) = 220+203+19=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB13 is #2334EC. Grayscale: #BBBBBB. Windows color (decimal): -2307309 or 1297372. OLE color: 1297372.

HSL color Cylindrical-coordinate representation of color #DCCB13: hue angle of 54.93º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCCB13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 19 -
CMYK 0 0.08 0.91 0.14
HSL 54.93º 0.84% 0.47% -
HSV(B) 54.93º 0.91% 0.86% -
XYZ 50.99 57.97 9.12 -
YUV 187.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 220 203 19 0 0.08 0.91 0.14 54.93 0.84 0.47
Hex DC CB 13 0 8 5B E 37 54 2F
Octal 334 313 23 0 10 133 16 67 124 57
Binary 11011100 11001011 10011 0 1000 1011011 1110 110111 1010100 101111

Color Harmonies of #DCCB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB13

Black with #DCCB13

Text Example


Text Example

White with #DCCB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB13; }

 p { color: rgb(220,203,19); }

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

background-color css

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

 a { background-color: rgb(220,203,19); }

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

border-color css

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

 span { border-color: rgb(220,203,19); }

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